[libadwaita/wip/exalm/menu-split-buttons: 16/19] stylesheet: Add separator.spacer




commit 80747cb09adf373c51db720a7bac60da317ddabc
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Sep 5 23:49:59 2021 +0500

    stylesheet: Add separator.spacer
    
    We will recommend it to separate groups that were linked previously.

 src/stylesheet/widgets/_misc.scss | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/src/stylesheet/widgets/_misc.scss b/src/stylesheet/widgets/_misc.scss
index 9d925a0e..10bc73a7 100644
--- a/src/stylesheet/widgets/_misc.scss
+++ b/src/stylesheet/widgets/_misc.scss
@@ -22,6 +22,13 @@ separator {
   background: $borders_color;
   min-width: 1px;
   min-height: 1px;
+
+  &.spacer {
+    background: none;
+
+    &.horizontal { min-width: 12px; }
+    &.vertical { min-height: 12px; }
+  }
 }
 
 /*********************


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