We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2af62 commit 118a0d1Copy full SHA for 118a0d1
1 file changed
packages/fiori/src/themes/SideNavigationItemBase.css
@@ -229,6 +229,7 @@ and there is an additional border that appears on hover. */
229
}
230
231
:host(:not([side-nav-collapsed])) .ui5-sn-item-toggle-icon::part(root) {
232
+ box-sizing: content-box;
233
padding-block: 0.25rem; /* height of the separator (the border left) should be --sapElement_Condensed_Height which is equal to 1.375rem (22px) */
234
border-inline-start: 0.0625rem solid var(--sapTextColor);
235
display: block;
0 commit comments