forked from AuroraMiddleware/gtk
Adwaita: Fix hover in navigation sidebars
The placessidebar gets this from somewhere else, but it wasn't working in the gtk-demo sidebar, so add it explicitly. placessidebar specific styles should be dropped from Adwaita as much as possible, but not doing that here.
This commit is contained in:
parent
bdb1d87859
commit
b49fd47276
@ -3410,6 +3410,11 @@ placessidebar, .navigation-sidebar {
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $fg_color;
|
||||
background-color: $menu_selected_color;
|
||||
}
|
||||
|
||||
&:disabled { color: $insensitive_fg_color; }
|
||||
|
||||
image.sidebar-icon {
|
||||
|
Loading…
Reference in New Issue
Block a user