[gtk/wip/snwh/monospace-password-entries] theme: Monospace password entries




commit b0a49bd3d9432bdc3fd6afe8dc24d0dbd08c097f
Author: Sam Hewitt <sam snwh org>
Date:   Wed Jul 6 10:57:45 2022 -0230

    theme: Monospace password entries

 gtk/theme/Default/_common.scss | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss
index 183ab80d2a..7479515b4b 100644
--- a/gtk/theme/Default/_common.scss
+++ b/gtk/theme/Default/_common.scss
@@ -373,8 +373,16 @@ entry {
 
     }
 
-    &.password image.caps-lock-indicator {
-      color: mix($backdrop_fg_color, $backdrop_base_color, 80%);
+    &.password {
+      > text {
+        @extend .monospace; 
+        > placeholder {
+          font-family: initial; // as to not be monospace
+        }
+      }
+      > image.caps-lock-indicator {
+        color: mix($backdrop_fg_color, $backdrop_base_color, 80%);
+      }
     }
 
     &:drop(active) {


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