Skip to content

Commit 2a9a2ea

Browse files
committed
Remove shading of disabled menu item on hover
1 parent 2576d2e commit 2a9a2ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/css/application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ body {
276276
padding-right: 0.75em;
277277
}
278278

279-
.top-bar__menu-item:hover:not(.top-bar__menu-item_active) {
279+
.top-bar__menu-item:hover:not(.top-bar__menu-item_active):not(.top-bar__menu-item_disabled) {
280280
background-color: var(--color-low-contrast-gray);
281281
}
282282

0 commit comments

Comments
 (0)