Skip to content

Commit 3ce13c8

Browse files
authored
fix(ui5-side-navigation): correct hover styles of selected items (#11319)
fixes: #11297
1 parent d07b089 commit 3ce13c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiori/src/themes/SideNavigationItemBase.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ and there is an additional border that appears on hover. */
114114
cursor: unset;
115115
}
116116

117-
:host(:not([ui5-side-navigation-item][in-popover][unselectable])) .ui5-sn-item:not(.ui5-sn-item-disabled):hover {
117+
:host(:not([ui5-side-navigation-item][in-popover][unselectable])) .ui5-sn-item:not(.ui5-sn-item-disabled):not(.ui5-sn-item-selected):hover {
118118
background: var(--sapList_Hover_Background);
119119
}
120120

0 commit comments

Comments
 (0)