[GTK 3.22] Add hover effect for menuitem under Unity-LIM. Fixes #632

pull/609/merge
Csaba Jakosa 2017-01-22 19:20:32 +01:00 committed by Khurshid Alam
parent 92b576f42e
commit 45210cae72
1 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,16 @@
color: mix($titlebar_fg_color, $titlebar_bg_color, .1);
text-shadow: none;
// Fixed: https://github.com/numixproject/numix-gtk-theme/issues/632
// for L.I.M's selected menuitem
&:hover {
border-radius: 0;
border-color: mix($panel_bg_color, $panel_fg_color, .21);
background-color: mix($panel_bg_color, $panel_fg_color, .21);
background-image: none;
color: shade($panel_fg_color, 1.08);
}
&:backdrop {
border: 1px solid $wm_border_unfocused;
color: mix($titlebar_fg_color, $titlebar_bg_color, .4);