Skip to content

Commit 118a0d1

Browse files
fix(ui5-side-navigation): fix icon expand/collapse size (#13595)
fix(ui5-side-navigation): fix icon exapand/collapse size
1 parent eb2af62 commit 118a0d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/fiori/src/themes/SideNavigationItemBase.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ and there is an additional border that appears on hover. */
229229
}
230230

231231
:host(:not([side-nav-collapsed])) .ui5-sn-item-toggle-icon::part(root) {
232+
box-sizing: content-box;
232233
padding-block: 0.25rem; /* height of the separator (the border left) should be --sapElement_Condensed_Height which is equal to 1.375rem (22px) */
233234
border-inline-start: 0.0625rem solid var(--sapTextColor);
234235
display: block;

0 commit comments

Comments
 (0)