Adwaita: Fix menu separators

These were inadvertedly broken by the element name conversion
for regular separators.
This commit is contained in:
Matthias Clasen 2015-11-02 12:21:39 -05:00
parent 9e2b796e77
commit 957135a57c
3 changed files with 12 additions and 5 deletions

View File

@ -954,7 +954,7 @@ GtkComboBox {
color: $backdrop_insensitive_color; color: $backdrop_insensitive_color;
} }
.menuitem { text-shadow: none; } .menuitem { text-shadow: none; }
& separator.vertical { &.separator.vertical {
// always disable separators // always disable separators
-GtkWidget-wide-separators: true; -GtkWidget-wide-separators: true;
} }
@ -2512,6 +2512,7 @@ GtkScrolledWindow {
} }
//vbox and hbox separators //vbox and hbox separators
.menuitem.separator,
separator { separator {
// always disable separators // always disable separators
// -GtkWidget-wide-separators: true; // -GtkWidget-wide-separators: true;

View File

@ -1467,7 +1467,7 @@ GtkComboBox {
color: #5d6767; } color: #5d6767; }
GtkComboBox .menuitem { GtkComboBox .menuitem {
text-shadow: none; } text-shadow: none; }
GtkComboBox separator.vertical { GtkComboBox.separator.vertical {
-GtkWidget-wide-separators: true; } -GtkWidget-wide-separators: true; }
GtkComboBox.combobox-entry entry:dir(ltr), GtkComboBox.combobox-entry spinbutton:dir(ltr) { GtkComboBox.combobox-entry entry:dir(ltr), GtkComboBox.combobox-entry spinbutton:dir(ltr) {
border-top-right-radius: 0; border-top-right-radius: 0;
@ -3498,9 +3498,12 @@ frame,
GtkScrolledWindow viewport.frame { GtkScrolledWindow viewport.frame {
border-style: none; } border-style: none; }
.menuitem.separator,
separator { separator {
color: rgba(0, 0, 0, 0.1); } color: rgba(0, 0, 0, 0.1); }
GtkFileChooserButton separator.vertical, button.font separator.vertical { GtkFileChooserButton .menuitem.separator.vertical, button.font .menuitem.separator.vertical, GtkFileChooserButton
separator.vertical, button.font
separator.vertical {
-GtkWidget-wide-separators: true; } -GtkWidget-wide-separators: true; }
/********* /*********

View File

@ -1467,7 +1467,7 @@ GtkComboBox {
color: #c7c7c7; } color: #c7c7c7; }
GtkComboBox .menuitem { GtkComboBox .menuitem {
text-shadow: none; } text-shadow: none; }
GtkComboBox separator.vertical { GtkComboBox.separator.vertical {
-GtkWidget-wide-separators: true; } -GtkWidget-wide-separators: true; }
GtkComboBox.combobox-entry entry:dir(ltr), GtkComboBox.combobox-entry spinbutton:dir(ltr) { GtkComboBox.combobox-entry entry:dir(ltr), GtkComboBox.combobox-entry spinbutton:dir(ltr) {
border-top-right-radius: 0; border-top-right-radius: 0;
@ -3660,9 +3660,12 @@ frame,
GtkScrolledWindow viewport.frame { GtkScrolledWindow viewport.frame {
border-style: none; } border-style: none; }
.menuitem.separator,
separator { separator {
color: rgba(0, 0, 0, 0.1); } color: rgba(0, 0, 0, 0.1); }
GtkFileChooserButton separator.vertical, button.font separator.vertical { GtkFileChooserButton .menuitem.separator.vertical, button.font .menuitem.separator.vertical, GtkFileChooserButton
separator.vertical, button.font
separator.vertical {
-GtkWidget-wide-separators: true; } -GtkWidget-wide-separators: true; }
/********* /*********