[libadwaita/wip/exalm/borders: 30/40] stylesheet: Use regular $borders_color for separators




commit c0ed2443db02109c43ff32e25a15e525fd126136
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Jul 26 20:43:50 2021 +0500

    stylesheet: Use regular $borders_color for separators
    
    Allow recoloring, it will be slightly lighter globally later to compensate.

 src/stylesheet/widgets/_misc.scss     | 2 +-
 src/stylesheet/widgets/_popovers.scss | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_misc.scss b/src/stylesheet/widgets/_misc.scss
index 426df4c2..069b221a 100644
--- a/src/stylesheet/widgets/_misc.scss
+++ b/src/stylesheet/widgets/_misc.scss
@@ -19,7 +19,7 @@ frame {
  **************/
 
 separator {
-  background: lighten($borders_color, 5%);
+  background: $borders_color;
   min-width: 1px;
   min-height: 1px;
 }
diff --git a/src/stylesheet/widgets/_popovers.scss b/src/stylesheet/widgets/_popovers.scss
index 122452fd..627a5c00 100644
--- a/src/stylesheet/widgets/_popovers.scss
+++ b/src/stylesheet/widgets/_popovers.scss
@@ -34,7 +34,6 @@ popover.background {
     }
 
     separator {
-      background-color: mix($bg_color, $borders_color, 30%);
       margin: 3px;
     }
 


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