forked from AuroraMiddleware/gtk
Adwaita: don't set deprecated style property
This commit is contained in:
parent
c8206ca698
commit
22c9169883
@ -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 {
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user