[libadwaita/wip/snwh/entries] stylesheet: focused/active entries use view bg color




commit 00c533bd04af868b1096ec5efb1a9d04bd51f3a2
Author: Sam Hewitt <sam snwh org>
Date:   Thu Dec 2 14:23:06 2021 -0330

    stylesheet: focused/active entries use view bg color

 src/stylesheet/widgets/_entries.scss | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/src/stylesheet/widgets/_entries.scss b/src/stylesheet/widgets/_entries.scss
index a58acb2f..187a3afd 100644
--- a/src/stylesheet/widgets/_entries.scss
+++ b/src/stylesheet/widgets/_entries.scss
@@ -42,6 +42,11 @@ entry {
       }
     }
 
+    &:active,
+    &:focus-within {
+      background-color: $view_bg_color;
+    }
+
     &:disabled { filter: opacity($disabled_opacity); }
 
     // entry error and warning style


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