Cinnamon: Fix missing hover effect on some elements #133

This commit is contained in:
EliverLara
2021-01-21 16:45:10 -06:00
parent b8ad507957
commit 61941c05d5
4 changed files with 35 additions and 2 deletions

View File

@@ -366,7 +366,15 @@ button {
@extend %linked;
}
.primary-toolbar & { -gtk-icon-shadow: none; } // tango icons don't need shadows
.primary-toolbar &, .primary-toolbar .raised & { // tango icons don't need shadows
-gtk-icon-shadow: none;
&:hover,
&:focus {
@include button(hover,$selected_bg_color,$selected_fg_color);
}
}
.linked > &,
.linked > &:hover,