Skip to content

Commit 230cd7f

Browse files
authored
fix(ui5-shellbar): remove width limitation of logo
By specification logo should have only 2rem height limitation. Fixes #2066
1 parent 7b54b9b commit 230cd7f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/fiori/src/themes/ShellBar.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ slot[name="profile"] {
196196

197197
.ui5-shellbar-logo {
198198
cursor: pointer;
199-
height: 1.675rem;
199+
max-height: 2rem;
200200
}
201201

202202
.ui5-shellbar-logo:focus {
@@ -377,8 +377,7 @@ slot[name="profile"] {
377377
}
378378

379379
::slotted([slot="logo"]) {
380-
height: 1.675rem;
381-
max-width: 3rem;
380+
max-height: 2rem;
382381
pointer-events: none;
383382
}
384383

0 commit comments

Comments
 (0)