Skip to content

Commit 4198599

Browse files
authored
fix(ui5-shellbar): Profile is styled correctly on IE (#1807)
1 parent 0f69b84 commit 4198599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fiori/src/themes/ShellBar.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ slot[name="profile"] {
7878
min-width: 0;
7979
}
8080

81-
::slotted(ui5-avatar) {
81+
::slotted(ui5-avatar[slot="profile"]) {
8282
min-width: 0;
8383
width: 2.25rem;
8484
height: 2.25rem;
@@ -469,4 +469,4 @@ ui5-input[value-state]:not([value-stat="None"])[focused] {
469469

470470
::slotted(ui5-button[profile-btn]) {
471471
width: auto;
472-
}
472+
}

0 commit comments

Comments
 (0)