[gnome-shell-sass] unlockDialog: Show unlock hint on inactivity



commit 8454c07388ddc9cfd0fbe3ca630b78121fc3edb9
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Feb 11 19:35:22 2020 +0100

    unlockDialog: Show unlock hint on inactivity
    
    Inactivity on the unlock screen can be an indication that the user
    doesn't know how to get to the auth prompt. Fade in a small hint
    that points them in the right direction.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/972

 widgets/_screen-shield.scss | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/widgets/_screen-shield.scss b/widgets/_screen-shield.scss
index 9b362a5..7875c05 100644
--- a/widgets/_screen-shield.scss
+++ b/widgets/_screen-shield.scss
@@ -4,12 +4,12 @@
   color: white;
   font-weight: 300;
   text-align: center;
+  spacing: 24px;
   padding-bottom: 2.5em;
 }
 
 .unlock-dialog-clock-time {
   font-size: 64pt;
-  padding-bottom: 24px;
   padding-top: 42px;
   font-feature-settings: "tnum";
 }
@@ -19,6 +19,11 @@
   font-weight: normal;
 }
 
+.unlock-dialog-clock-hint {
+  font-weight: normal;
+  padding-top: 48px;
+}
+
 .unlock-dialog-notifications-container {
   margin: 12px 0;
   spacing: 6px;


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