[gnome-shell-sass] style: Fix nesting of elements



commit 2bef9b25e23632fe66e12c5d96a9c487f172a6a0
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Jun 21 21:50:40 2017 +0200

    style: Fix nesting of elements
    
    .login-dialog-user-selection-box is the enclosing element, not between
    .login-dialog-not-listed-button and .login-dialog-not-listed-label.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784040

 _common.scss |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 80e81fe..1cf86aa 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1788,14 +1788,12 @@ $legacy_icon_size: 24px;
   .login-dialog-button-box { spacing: 5px; }
   .login-dialog-message-warning { color: $warning_color; }
   .login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; }
-  .login-dialog-user-selection-box {
-    padding: 100px 0px;
-    .login-dialog-not-listed-label {
-      padding-left: 2px;
-      .login-dialog-not-listed-button:focus &,
-      .login-dialog-not-listed-button:hover & {
-        color: $osd_fg_color;
-      }
+  .login-dialog-user-selection-box { padding: 100px 0px; }
+  .login-dialog-not-listed-label {
+    padding-left: 2px;
+    .login-dialog-not-listed-button:focus &,
+    .login-dialog-not-listed-button:hover & {
+      color: $osd_fg_color;
     }
   }
   .login-dialog-not-listed-label {


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