Skip to content

Commit

Permalink
fix(ui5-shellbar): Profile is styled correctly on IE (#1807)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladitasev authored Jun 16, 2020
1 parent 0f69b84 commit 4198599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fiori/src/themes/ShellBar.css
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ slot[name="profile"] {
min-width: 0;
}

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

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

0 comments on commit 4198599

Please sign in to comment.