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
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
4 changed files with 4 additions and 4 deletions

View File

@ -6174,7 +6174,7 @@ list.tweak-categories separator {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
padding: 7px 10px; padding: 7px 10px;
margin: 0 5px; } margin: 0 5px; }
#whiskermenu-window scrolledwindow.frame, #whiskermenu-window scrolledwindow.frame iconview { #whiskermenu-window scrolledwindow.frame, #whiskermenu-window scrolledwindow.frame iconview:not(:hover):not(:focus) {
background: #1c1e25; } background: #1c1e25; }
#whiskermenu-window scrolledwindow.frame treeview { #whiskermenu-window scrolledwindow.frame treeview {
background: transparent; background: transparent;

View File

@ -6174,7 +6174,7 @@ list.tweak-categories separator {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
padding: 7px 10px; padding: 7px 10px;
margin: 0 5px; } margin: 0 5px; }
#whiskermenu-window scrolledwindow.frame, #whiskermenu-window scrolledwindow.frame iconview { #whiskermenu-window scrolledwindow.frame, #whiskermenu-window scrolledwindow.frame iconview:not(:hover):not(:focus) {
background: #1c1e25; } background: #1c1e25; }
#whiskermenu-window scrolledwindow.frame treeview { #whiskermenu-window scrolledwindow.frame treeview {
background: transparent; background: transparent;

View File

@ -6183,7 +6183,7 @@ list.tweak-categories separator {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
padding: 7px 10px; padding: 7px 10px;
margin: 0 5px; } margin: 0 5px; }
#whiskermenu-window scrolledwindow.frame, #whiskermenu-window scrolledwindow.frame iconview { #whiskermenu-window scrolledwindow.frame, #whiskermenu-window scrolledwindow.frame iconview:not(:hover):not(:focus) {
background: #ffffff; } background: #ffffff; }
#whiskermenu-window scrolledwindow.frame treeview { #whiskermenu-window scrolledwindow.frame treeview {
background: transparent; background: transparent;

View File

@ -173,7 +173,7 @@ list.tweak-categories separator {
padding: 7px 10px; padding: 7px 10px;
margin: 0 5px; margin: 0 5px;
&, iconview { &, iconview:not(:hover):not(:focus) {
background: $_dark_bg; background: $_dark_bg;
} }