Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: ui/login/account_picker/md_screen_account_picker.css

Issue 2931063004: Extract colors from wallpaper and dynamically update login screen overlay (Closed)
Patch Set: Add image-loading class to small pods container Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/login/account_picker/md_screen_account_picker.css
diff --git a/ui/login/account_picker/md_screen_account_picker.css b/ui/login/account_picker/md_screen_account_picker.css
index ca8742c8c0b174b376f22ea5b939cdd93cccd115..e2a2d54dfb080f53a3bce6afb33deddc39804d05 100644
--- a/ui/login/account_picker/md_screen_account_picker.css
+++ b/ui/login/account_picker/md_screen_account_picker.css
@@ -74,6 +74,10 @@ html[screen=lock] #signin-banner.message-set {
position: absolute;
}
+.small-pod-container.images-loading {
+ visibility: hidden;
+}
+
.small-pod-container::-webkit-scrollbar {
width: 0;
}
@@ -99,6 +103,10 @@ html[screen=lock] #signin-banner.message-set {
z-index: 2;
}
+.small-pod-container-mask.images-loading {
+ visibility: hidden;
+}
+
.small-pod-container-mask.rotate {
transform: rotate(180deg);
}

Powered by Google App Engine
This is Rietveld 408576698