Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/fiori/src/themes/SideNavigationItemBase.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ and there is an additional border that appears on hover. */
}

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