From e995730a4dfcf64408081a38eae6862399a481b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 21 Jun 2017 21:53:06 +0200 Subject: [PATCH] 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 --- data/theme/gnome-shell-high-contrast.css | 11 ++++++----- data/theme/gnome-shell-sass | 2 +- data/theme/gnome-shell.css | 11 ++++++----- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css index ba743a463..e973db160 100644 --- a/data/theme/gnome-shell-high-contrast.css +++ b/data/theme/gnome-shell-high-contrast.css @@ -1704,11 +1704,12 @@ StScrollBar { .login-dialog-user-selection-box { padding: 100px 0px; } - .login-dialog-user-selection-box .login-dialog-not-listed-label { - padding-left: 2px; } - .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, - .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #eeeeec; } + +.login-dialog-not-listed-label { + padding-left: 2px; } + .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, + .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { + color: #eeeeec; } .login-dialog-not-listed-label { font-size: 90%; diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass index 4c361179a..2bef9b25e 160000 --- a/data/theme/gnome-shell-sass +++ b/data/theme/gnome-shell-sass @@ -1 +1 @@ -Subproject commit 4c361179a1d45544dcbfbac209c1842aae171a01 +Subproject commit 2bef9b25e23632fe66e12c5d96a9c487f172a6a0 diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index f9e7fd8f5..c9396a269 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1704,11 +1704,12 @@ StScrollBar { .login-dialog-user-selection-box { padding: 100px 0px; } - .login-dialog-user-selection-box .login-dialog-not-listed-label { - padding-left: 2px; } - .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, - .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #eeeeec; } + +.login-dialog-not-listed-label { + padding-left: 2px; } + .login-dialog-not-listed-button:focus .login-dialog-not-listed-label, + .login-dialog-not-listed-button:hover .login-dialog-not-listed-label { + color: #eeeeec; } .login-dialog-not-listed-label { font-size: 90%;