mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
Adwaita: Fix menu separators
These were inadvertedly broken by the element name conversion for regular separators.
This commit is contained in:
parent
9e2b796e77
commit
957135a57c
@ -954,7 +954,7 @@ GtkComboBox {
|
||||
color: $backdrop_insensitive_color;
|
||||
}
|
||||
.menuitem { text-shadow: none; }
|
||||
& separator.vertical {
|
||||
&.separator.vertical {
|
||||
// always disable separators
|
||||
-GtkWidget-wide-separators: true;
|
||||
}
|
||||
@ -2512,6 +2512,7 @@ GtkScrolledWindow {
|
||||
}
|
||||
|
||||
//vbox and hbox separators
|
||||
.menuitem.separator,
|
||||
separator {
|
||||
// always disable separators
|
||||
// -GtkWidget-wide-separators: true;
|
||||
|
@ -1467,7 +1467,7 @@ GtkComboBox {
|
||||
color: #5d6767; }
|
||||
GtkComboBox .menuitem {
|
||||
text-shadow: none; }
|
||||
GtkComboBox separator.vertical {
|
||||
GtkComboBox.separator.vertical {
|
||||
-GtkWidget-wide-separators: true; }
|
||||
GtkComboBox.combobox-entry entry:dir(ltr), GtkComboBox.combobox-entry spinbutton:dir(ltr) {
|
||||
border-top-right-radius: 0;
|
||||
@ -3498,9 +3498,12 @@ frame,
|
||||
GtkScrolledWindow viewport.frame {
|
||||
border-style: none; }
|
||||
|
||||
.menuitem.separator,
|
||||
separator {
|
||||
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; }
|
||||
|
||||
/*********
|
||||
|
@ -1467,7 +1467,7 @@ GtkComboBox {
|
||||
color: #c7c7c7; }
|
||||
GtkComboBox .menuitem {
|
||||
text-shadow: none; }
|
||||
GtkComboBox separator.vertical {
|
||||
GtkComboBox.separator.vertical {
|
||||
-GtkWidget-wide-separators: true; }
|
||||
GtkComboBox.combobox-entry entry:dir(ltr), GtkComboBox.combobox-entry spinbutton:dir(ltr) {
|
||||
border-top-right-radius: 0;
|
||||
@ -3660,9 +3660,12 @@ frame,
|
||||
GtkScrolledWindow viewport.frame {
|
||||
border-style: none; }
|
||||
|
||||
.menuitem.separator,
|
||||
separator {
|
||||
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; }
|
||||
|
||||
/*********
|
||||
|
Loading…
Reference in New Issue
Block a user