Adwaita: remove bogus box-shadow in GtkComboBox

This commit is contained in:
Lapo Calamandrei 2015-09-01 15:47:53 +02:00
parent 528c576590
commit cca97c5b0f
3 changed files with 0 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {