[libadwaita/wip/exalm/buttons-5: 2/4] stylesheet: Lighten up entry borders




commit 31e6473c3ce2d9599c657b704b16df43a7c86fc7
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Jun 10 21:04:01 2021 +0500

    stylesheet: Lighten up entry borders
    
    Match the new buttons.

 src/stylesheet/_drawing.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/_drawing.scss b/src/stylesheet/_drawing.scss
index 0a269c18..09786bb8 100644
--- a/src/stylesheet/_drawing.scss
+++ b/src/stylesheet/_drawing.scss
@@ -53,13 +53,13 @@
 
   @if $t==normal {
     color: $text_color;
-    border-color: $borders_color;
+    border-color: mix($borders_color, $base_color, 75%);
     background-color: $base_color;
     // for the transition to work the number of shadows in different states needs to match, hence the 
transparent shadow here.
   }
   @if $t==insensitive {
     color: $insensitive_fg_color;
-    border-color: $borders_color;
+    border-color: mix($borders_color, $insensitive_bg_color, 75%);
     background-color: $insensitive_bg_color;
   }
   @if $t==osd {


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