forked from AuroraMiddleware/gtk
Adwaita: remove bogus box-shadow in GtkComboBox
This commit is contained in:
parent
528c576590
commit
cca97c5b0f
@ -980,8 +980,6 @@ GtkComboBox {
|
||||
-GtkComboBox-arrow-scaling: 0.5;
|
||||
-GtkComboBox-shadow-type: none;
|
||||
|
||||
box-shadow: 0 1px $borders_edge;
|
||||
|
||||
@include _button_text_shadow;
|
||||
|
||||
&:insensitive {
|
||||
|
@ -1461,7 +1461,6 @@ GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
|
||||
GtkComboBox {
|
||||
-GtkComboBox-arrow-scaling: 0.5;
|
||||
-GtkComboBox-shadow-type: none;
|
||||
box-shadow: 0 1px rgba(238, 238, 236, 0.1);
|
||||
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
|
||||
icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); }
|
||||
GtkComboBox > .the-button-in-the-combobox {
|
||||
|
@ -1461,7 +1461,6 @@ GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
|
||||
GtkComboBox {
|
||||
-GtkComboBox-arrow-scaling: 0.5;
|
||||
-GtkComboBox-shadow-type: none;
|
||||
box-shadow: 0 1px white;
|
||||
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
|
||||
icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); }
|
||||
GtkComboBox > .the-button-in-the-combobox {
|
||||
|
Loading…
Reference in New Issue
Block a user