[gnome-shell] style: Fix nesting of elements
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] style: Fix nesting of elements
- Date: Thu, 22 Jun 2017 00:07:19 +0000 (UTC)
commit e995730a4dfcf64408081a38eae6862399a481b9
Author: Florian Müllner <fmuellner gnome org>
Date: Wed Jun 21 21:53:06 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
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 ba743a4..e973db1 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 4c36117..2bef9b2 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 f9e7fd8..c9396a2 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%;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]