mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Cinnamon: Fix missing hover effect on some elements #133
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user