mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 16:39:52 +01:00
Cinnamon: Fix missing hover effect on some elements #133
This commit is contained in:
@@ -50,7 +50,10 @@
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
min-height: 24px;
|
||||
&:hover { color: $selected_bg_color; }
|
||||
&:hover {
|
||||
background: transparent;
|
||||
color: $selected_bg_color;
|
||||
}
|
||||
&:selected,
|
||||
&:active,
|
||||
&:checked { @include button(active-header); }
|
||||
|
||||
Reference in New Issue
Block a user