GTK3: don't remove hovered background in whiskermenu iconview

This commit is contained in:
Daniel Ruiz de Alegría
2022-02-15 13:10:14 +01:00
parent 7b3bce7cb7
commit 910d538d6f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ list.tweak-categories separator {
padding: 7px 10px;
margin: 0 5px;
&, iconview {
&, iconview:not(:hover):not(:focus) {
background: $_dark_bg;
}