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

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