[gnome-shell-sass] shellEntry: Add CapsLockWarning class



commit 32e8b2789f22f5cee975e986c5ebac531f2cc841
Author: Umang Jain <mailumangjain gmail com>
Date:   Fri Dec 13 13:36:14 2019 +0530

    shellEntry: Add CapsLockWarning class
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/619

 _common.scss | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/_common.scss b/_common.scss
index 3f63fcb..8d203ad 100644
--- a/_common.scss
+++ b/_common.scss
@@ -404,6 +404,11 @@ StScrollBar {
     padding-bottom: 8px;
   }
 
+  .prompt-dialog-caps-lock-warning {
+    @extend .prompt-dialog-error-label;
+    padding-left: 6.2em;
+  }
+
   .prompt-dialog-info-label {
     font-size: 10pt;
     padding-bottom: 8px;


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