[console/wip/exalm/floating] style: Fix floating bar style




commit a99499fb5732170c79f46968bb35b983dba44695
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Feb 13 23:28:30 2022 +0500

    style: Fix floating bar style
    
    Use a lighter border in light, increase border-radius.

 src/styles/_styles.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/styles/_styles.scss b/src/styles/_styles.scss
index cbe9b51..049ecb2 100644
--- a/src/styles/_styles.scss
+++ b/src/styles/_styles.scss
@@ -36,8 +36,8 @@
   border-width: 1px;
   border-style: solid solid none;
   background-clip: padding-box;
-  border-color: transparentize(black, .25);
-  border-radius: 3px 3px 0 0;
+  border-color: transparentize(black, if($variant == 'light', .8, .25));
+  border-radius: 6px 6px 0 0;
 
   &:backdrop {
     background-color: themecolor(theme_unfocused_base_color);


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