GTK3: don't remove hovered background in whiskermenu iconview
This commit is contained in:
parent
7b3bce7cb7
commit
910d538d6f
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user