[libadwaita/wip/exalm/blue: 10/13] stylesheet: Consistently use accent_color for entry focus




commit 98f633b2754a6405d275a77c63dff2b6b6768806
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Dec 5 20:35:09 2021 +0500

    stylesheet: Consistently use accent_color for entry focus

 src/stylesheet/widgets/_entries.scss | 2 +-
 src/stylesheet/widgets/_trees.scss   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/stylesheet/widgets/_entries.scss b/src/stylesheet/widgets/_entries.scss
index 5de1a8fa..f941d4b6 100644
--- a/src/stylesheet/widgets/_entries.scss
+++ b/src/stylesheet/widgets/_entries.scss
@@ -120,6 +120,6 @@ treeview entry {
     background-image: none;
     background-color: $view_bg_color;
 
-    &:focus-within { border-color: $accent_bg_color; }
+    &:focus-within { border-color: $accent_color; }
   }
 }
diff --git a/src/stylesheet/widgets/_trees.scss b/src/stylesheet/widgets/_trees.scss
index e1906c2a..8b137968 100644
--- a/src/stylesheet/widgets/_trees.scss
+++ b/src/stylesheet/widgets/_trees.scss
@@ -186,7 +186,7 @@ columnview row:not(:selected) cell editablelabel:not(.editing):focus-within {
 }
 
 columnview row:not(:selected) cell editablelabel.editing:focus-within {
-  outline: 2px solid $accent_bg_color;
+  outline: 2px solid $accent_color;
 }
 
 treeexpander {


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