win32: remove ineffective selector

That style property is deprecated, but the combobox does not have a
separator anymore.
This commit is contained in:
Cosimo Cecchi 2015-12-30 10:53:27 -08:00
parent 908deb1bdc
commit 39beebd2cb

View File

@ -810,13 +810,6 @@ GtkComboBox GtkCellLayout * {
background-color: -gtk-win32-color(listview, 5);
}
GtkComboBox .separator {
/* always disable separators */
-GtkWidget-wide-separators: true;
-GtkWidget-horizontal-separator: 0;
-GtkWidget-vertical-separator: 0;
}
/* Draw "arrow" for non-entry comboboxes. Select the box, since selecting
the arrow itself does not seem to work as intended. */
GtkComboBox GtkBox {