update
This commit is contained in:
parent
4a7986476c
commit
0ce8401e93
@ -1247,6 +1247,7 @@ combobox:drop(active) button.combo {
|
||||
|
||||
combobox .linked:not(.vertical) > entry + button.combo arrow, .linked:not(.vertical) > combobox > box > button.combo arrow {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
-gtk-icon-source: -gtk-scaled(url("assets/combobox-arrow-dark.png"), url("assets/combobox-arrow-dark@2.png"));
|
||||
}
|
||||
|
||||
|
@ -1247,6 +1247,7 @@ combobox:drop(active) button.combo {
|
||||
|
||||
combobox .linked:not(.vertical) > entry + button.combo arrow, .linked:not(.vertical) > combobox > box > button.combo arrow {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
-gtk-icon-source: -gtk-scaled(url("assets/combobox-arrow-dark.png"), url("assets/combobox-arrow-dark@2.png"));
|
||||
}
|
||||
|
||||
|
@ -1255,6 +1255,7 @@ combobox:drop(active) button.combo {
|
||||
|
||||
combobox .linked:not(.vertical) > entry + button.combo arrow, .linked:not(.vertical) > combobox > box > button.combo arrow {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
-gtk-icon-source: -gtk-scaled(url("assets/combobox-arrow.png"), url("assets/combobox-arrow@2.png"));
|
||||
}
|
||||
|
||||
|
@ -1255,6 +1255,7 @@ combobox:drop(active) button.combo {
|
||||
|
||||
combobox .linked:not(.vertical) > entry + button.combo arrow, .linked:not(.vertical) > combobox > box > button.combo arrow {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
-gtk-icon-source: -gtk-scaled(url("assets/combobox-arrow.png"), url("assets/combobox-arrow@2.png"));
|
||||
}
|
||||
|
||||
|
@ -1034,6 +1034,7 @@ combobox {
|
||||
.linked:not(.vertical) > & > box > button.combo {
|
||||
arrow {
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
-gtk-icon-source: -gtk-scaled(
|
||||
url("assets/combobox-arrow#{$asset_suffix}.png"),
|
||||
url("assets/combobox-arrow#{$asset_suffix}@2.png"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user