[gnome-themes-standard/wip/sass] headerbar: explicit separator class as in master



commit 36e597952bde4c9120b53ebe0386973fc8e18c33
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Jun 4 17:06:26 2014 +0200

    headerbar: explicit separator class as in master

 themes/Adwaita/gtk-3.0/_common.scss           |    3 +--
 themes/Adwaita/gtk-3.0/gtk-contained-dark.css |    6 ++----
 themes/Adwaita/gtk-3.0/gtk-contained.css      |    6 ++----
 3 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_common.scss b/themes/Adwaita/gtk-3.0/_common.scss
index 38fd64c..3383c64 100644
--- a/themes/Adwaita/gtk-3.0/_common.scss
+++ b/themes/Adwaita/gtk-3.0/_common.scss
@@ -523,8 +523,7 @@ GtkComboBox {
     font-size: 80%;
     padding: 0 12px;
   }
-  & > GtkBox > .separator.vertical, // FIXME? do we need both selectors?
-  & .header-bar-separator {
+  .header-bar-separator {
     -GtkWidget-wide-separators: true;
     -GtkWidget-separator-width: 1px;
     border-width: 0 1px;
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
index be56ead..40e62bd 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained-dark.css
@@ -598,15 +598,13 @@ GtkComboBox {
   .header-bar .subtitle {
     font-size: 80%;
     padding: 0 12px; }
-  .titlebar > GtkBox > .separator.vertical, .titlebar .header-bar-separator,
-  .header-bar > GtkBox > .separator.vertical,
+  .titlebar .header-bar-separator,
   .header-bar .header-bar-separator {
     -GtkWidget-wide-separators: true;
     -GtkWidget-separator-width: 1px;
     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 > GtkBox > .separator.vertical:backdrop, .titlebar .header-bar-separator:backdrop,
-    .header-bar > GtkBox > .separator.vertical:backdrop,
+    .titlebar .header-bar-separator:backdrop,
     .header-bar .header-bar-separator:backdrop {
       border-image: linear-gradient(to bottom, rgba(28, 31, 31, 0.5)) 0 1/1px 1px; }
   .titlebar.selection-mode,
diff --git a/themes/Adwaita/gtk-3.0/gtk-contained.css b/themes/Adwaita/gtk-3.0/gtk-contained.css
index 408a4ef..69866e8 100644
--- a/themes/Adwaita/gtk-3.0/gtk-contained.css
+++ b/themes/Adwaita/gtk-3.0/gtk-contained.css
@@ -598,15 +598,13 @@ GtkComboBox {
   .header-bar .subtitle {
     font-size: 80%;
     padding: 0 12px; }
-  .titlebar > GtkBox > .separator.vertical, .titlebar .header-bar-separator,
-  .header-bar > GtkBox > .separator.vertical,
+  .titlebar .header-bar-separator,
   .header-bar .header-bar-separator {
     -GtkWidget-wide-separators: true;
     -GtkWidget-separator-width: 1px;
     border-width: 0 1px;
     border-image: linear-gradient(to bottom, rgba(161, 161, 161, 0), #a1a1a1 30%, #a1a1a1 70%, rgba(161, 
161, 161, 0) 100%) 0 1/0 1px stretch; }
-    .titlebar > GtkBox > .separator.vertical:backdrop, .titlebar .header-bar-separator:backdrop,
-    .header-bar > GtkBox > .separator.vertical:backdrop,
+    .titlebar .header-bar-separator:backdrop,
     .header-bar .header-bar-separator:backdrop {
       border-image: linear-gradient(to bottom, rgba(161, 161, 161, 0.5)) 0 1/1px 1px; }
   .titlebar.selection-mode,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]