Adwaita: don't set deprecated style property

This commit is contained in:
Cosimo Cecchi 2015-12-22 11:52:43 -08:00
parent c8206ca698
commit 22c9169883
3 changed files with 0 additions and 4 deletions

View File

@ -945,8 +945,6 @@ combobox {
> button.combo { padding-top: 3px; padding-bottom: 4px; } // Otherwise combos
// are bigger then
// buttons
-GtkComboBox-shadow-type: none;
@include _button_text_shadow;
&:insensitive {

View File

@ -1511,7 +1511,6 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
* ComboBoxes *
**************/
combobox {
-GtkComboBox-shadow-type: none;
text-shadow: 0 -1px rgba(0, 0, 0, 0.81176);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.81176); }
combobox > button.combo, headerbar combobox > button.combo.titlebutton,

View File

@ -1511,7 +1511,6 @@ treeview spinbutton entry, treeview spinbutton spinbutton, treeview spinbutton e
* ComboBoxes *
**************/
combobox {
-GtkComboBox-shadow-type: none;
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.76923); }
combobox > button.combo, headerbar combobox > button.combo.titlebutton,