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

Unified Diff: ui/login/screen_container.css

Issue 1933913002: Add a very basic PIN UI implementation that is shared between lock and settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address comments Created 4 years, 7 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/screen_container.css
diff --git a/ui/login/screen_container.css b/ui/login/screen_container.css
index 57742eaf6784d494d73f4707ee923bf706e6aaf3..9a9177503d6ef95adec7a980da4fb9146826776d 100644
--- a/ui/login/screen_container.css
+++ b/ui/login/screen_container.css
@@ -21,6 +21,11 @@
-webkit-perspective: 600px;
}
+#pin-container {
+ opacity: 0; /* Opacity is set to 1 after the pin element is loaded. */
+ transition: opacity 200ms ease-in-out;
+}
+
#scroll-container {
bottom: 0; /* Allows content overlap with control bar. */
left: 0;

Powered by Google App Engine
This is Rietveld 408576698