Skip to content

Commit

Permalink
fix(ui5-shellbar): remove width limitation of logo
Browse files Browse the repository at this point in the history
By specification logo should have only 2rem height limitation.

Fixes #2066
  • Loading branch information
nnaydenow committed Aug 13, 2020
1 parent 7b54b9b commit 230cd7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/fiori/src/themes/ShellBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ slot[name="profile"] {

.ui5-shellbar-logo {
cursor: pointer;
height: 1.675rem;
max-height: 2rem;
}

.ui5-shellbar-logo:focus {
Expand Down Expand Up @@ -377,8 +377,7 @@ slot[name="profile"] {
}

::slotted([slot="logo"]) {
height: 1.675rem;
max-width: 3rem;
max-height: 2rem;
pointer-events: none;
}

Expand Down

0 comments on commit 230cd7f

Please sign in to comment.