Skip to content

Commit

Permalink
SWC-6541 - Fix team manager badge positioning, remove styles that ref…
Browse files Browse the repository at this point in the history
…erence unused `.SRC-` classes
  • Loading branch information
nickgros committed Feb 8, 2024
1 parent a85eb33 commit 5a231a7
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/main/webapp/sass/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2605,12 +2605,6 @@ Looks for any child element under .modal-fullscreen that has a class that contai

#body .inline-user-badge {
display: inline-flex;
.SRC-userImgSmall,
.SRC-userImgMedium,
.SRC-userImgLarge,
.SRC-centerContentInline {
display: inline-flex;
}
}

/* seamless attribute is not yet supported on most browsers, so define the style here for all iframes with this attribute */
Expand Down Expand Up @@ -3397,10 +3391,6 @@ div.border {
}
.UserBadge {
display: inline-flex;
.SRC-userImgSmall,
.SRC-userImgMedium {
padding: 0px;
}
}
}
#body {
Expand Down Expand Up @@ -3793,8 +3783,8 @@ div.border {
}

.TeamManagerBadge {
width: 100%;
margin-left: 2px;
margin-right: 2px;
padding-left: 15px;
position: relative;
z-index: 1;
Expand Down

0 comments on commit 5a231a7

Please sign in to comment.