summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-12-30 11:06:46 -0800
committerCosimo Cecchi <cosimoc@gnome.org>2016-01-02 18:45:25 -0800
commitdff229939a14a5587b540a0309d39811cf52b334 (patch)
tree313fdf61a532a15d4272b7181033523e942cf126
parentd9ddd7bc7ecda412b5d8a680384b9312e60a1336 (diff)
downloadgtk+-dff229939a14a5587b540a0309d39811cf52b334.tar.gz
Adwaita: remove unused selector
There's no header-bar-separator style class.
-rw-r--r--gtk/theme/Adwaita/_common.scss1
-rw-r--r--gtk/theme/Adwaita/gtk-contained-dark.css6
-rw-r--r--gtk/theme/Adwaita/gtk-contained.css6
3 files changed, 4 insertions, 9 deletions
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 99b6d69648..bebead4fba 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1129,7 +1129,6 @@ headerbar {
@extend .dim-label;
}
- .header-bar-separator,
& > GtkBox > separator.vertical {
border-width: 0 1px;
border-image: linear-gradient(to bottom,
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 19723ac5b0..665af68bc7 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -1629,13 +1629,11 @@ headerbar {
font-size: smaller;
padding-left: 12px;
padding-right: 12px; }
- .titlebar:not(headerbar) .header-bar-separator, .titlebar:not(headerbar) > GtkBox > separator.vertical,
- headerbar .header-bar-separator,
+ .titlebar:not(headerbar) > GtkBox > separator.vertical,
headerbar > GtkBox > separator.vertical {
border-width: 0 1px;
border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0), #1c1f1f 30%, #1c1f1f 70%, rgba(28, 31, 31, 0) 100%) 0 1/0 1px stretch; }
- .titlebar:not(headerbar) .header-bar-separator:backdrop, .titlebar:not(headerbar) > GtkBox > separator.vertical:backdrop,
- headerbar .header-bar-separator:backdrop,
+ .titlebar:not(headerbar) > GtkBox > separator.vertical:backdrop,
headerbar > GtkBox > separator.vertical:backdrop {
border-image: linear-gradient(to bottom, rgba(31, 34, 34, 0.5)) 0 1/1px 1px; }
.selection-mode.titlebar:not(headerbar),
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 779891171b..cf138144d3 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -1629,13 +1629,11 @@ headerbar {
font-size: smaller;
padding-left: 12px;
padding-right: 12px; }
- .titlebar:not(headerbar) .header-bar-separator, .titlebar:not(headerbar) > GtkBox > separator.vertical,
- headerbar .header-bar-separator,
+ .titlebar:not(headerbar) > GtkBox > separator.vertical,
headerbar > GtkBox > separator.vertical {
border-width: 0 1px;
border-image: linear-gradient(to bottom, rgba(157, 157, 153, 0), #9d9d99 30%, #9d9d99 70%, rgba(157, 157, 153, 0) 100%) 0 1/0 1px stretch; }
- .titlebar:not(headerbar) .header-bar-separator:backdrop, .titlebar:not(headerbar) > GtkBox > separator.vertical:backdrop,
- headerbar .header-bar-separator:backdrop,
+ .titlebar:not(headerbar) > GtkBox > separator.vertical:backdrop,
headerbar > GtkBox > separator.vertical:backdrop {
border-image: linear-gradient(to bottom, rgba(165, 165, 161, 0.5)) 0 1/1px 1px; }
.selection-mode.titlebar:not(headerbar),