[libadwaita/wip/exalm/stylesheet2: 39/103] stylesheet: Group GtkActionBar styles with searchbar and toolbar




commit 329dfb828ee861da2d0f68d1ea826b93a1375e09
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Apr 8 19:00:01 2021 +0500

    stylesheet: Group GtkActionBar styles with searchbar and toolbar

 src/stylesheet/_common.scss | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/src/stylesheet/_common.scss b/src/stylesheet/_common.scss
index 657d1f4..496d73d 100644
--- a/src/stylesheet/_common.scss
+++ b/src/stylesheet/_common.scss
@@ -1245,7 +1245,10 @@ combobox {
   &.vertical > separator { margin: 0 4px; }
 }
 
-//searchbar & location-bar
+
+/****************
+ * GtkSearchBar *
+ ****************/
 searchbar > revealer > box {
   padding: 6px;
   border-spacing: 6px;
@@ -1277,6 +1280,17 @@ searchbar > revealer > box {
   }
 }
 
+
+/****************
+ * GtkActionBar *
+ ****************/
+actionbar > revealer > box {
+  padding: 6px;
+  border-spacing: 6px;
+  border-top: 1px solid $borders_color;
+}
+
+
 /**************
  * GtkInfoBar *
  **************/
@@ -3128,12 +3142,6 @@ frame {
   }
 }
 
-actionbar > revealer > box {
-  padding: 6px;
-  border-spacing: 6px;
-  border-top: 1px solid $borders_color;
-}
-
 scrolledwindow {
   // This is used when content is touch-dragged past boundaries.
   // draws a box on top of the content, the size changes programmatically.


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