update
This commit is contained in:
parent
4fdd70f89f
commit
5cd9d84116
@ -1208,6 +1208,11 @@ combobox {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.background & button.combo:disabled arrow,
|
||||||
|
.background & button.combo:backdrop arrow {
|
||||||
|
background-color: if($variant=='light', rgba(black, 0.35), rgba(white, 0.25));
|
||||||
|
}
|
||||||
|
|
||||||
decoration,
|
decoration,
|
||||||
button.combo:checked,
|
button.combo:checked,
|
||||||
.background & button.combo:checked { transition: none; } // workaround for menuitem selection
|
.background & button.combo:checked { transition: none; } // workaround for menuitem selection
|
||||||
@ -2208,7 +2213,7 @@ menu,
|
|||||||
border-radius: $mn_radius - 3px;
|
border-radius: $mn_radius - 3px;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
-gtk-icon-style: symbolic;
|
// -gtk-icon-style: symbolic;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
transition: none;
|
transition: none;
|
||||||
@ -2227,7 +2232,7 @@ menu,
|
|||||||
-gtk-icon-shadow: none;
|
-gtk-icon-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
menuitem { -gtk-icon-style: symbolic; }
|
// menuitem { -gtk-icon-style: symbolic; }
|
||||||
|
|
||||||
menuitem:hover {
|
menuitem:hover {
|
||||||
arrow { color: $selected_fg_color; }
|
arrow { color: $selected_fg_color; }
|
||||||
|
@ -1285,6 +1285,11 @@ combobox {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.background & button.combo:disabled arrow,
|
||||||
|
.background & button.combo:backdrop arrow {
|
||||||
|
background-color: if($variant=='light', rgba(black, 0.35), rgba(white, 0.25));
|
||||||
|
}
|
||||||
|
|
||||||
button.combo:checked,
|
button.combo:checked,
|
||||||
.background & button.combo:checked { transition: none; } // workaround for menuitem selection
|
.background & button.combo:checked { transition: none; } // workaround for menuitem selection
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user