Cinnamon: Fix missing hover effect on some elements #133

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

View File

@@ -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); }