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

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

Issue 2535493002: Reduce webkit CSS prefixes in ui/ styles (Closed)
Patch Set: js Created 4 years, 1 month 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/screen_account_picker.css
diff --git a/ui/login/account_picker/screen_account_picker.css b/ui/login/account_picker/screen_account_picker.css
index 66f079ea3f647591008b8ff8fbcc68bebd5758e3..263fc2bfe69d40ac3fdc913ad72be4c4f934d6b3 100644
--- a/ui/login/account_picker/screen_account_picker.css
+++ b/ui/login/account_picker/screen_account_picker.css
@@ -4,7 +4,7 @@
*/
.account-picker.flying-pods #account-picker {
- -webkit-transition: width 180ms ease,
+ transition: width 180ms ease,
height 180ms ease;
Dan Beam 2016/11/29 06:17:12 does this fit in one line now? either way, indent
Eric Willigers 2016/11/30 04:04:56 Done.
}
@@ -59,7 +59,7 @@ html[screen=lock] #signin-banner {
}
html[screen=lock] #signin-banner.message-set {
- -webkit-transition: opacity 1s;
+ transition: opacity 1s;
Dan Beam 2016/11/29 06:17:12 alpha
Eric Willigers 2016/11/30 04:04:56 Done.
opacity: 1;
visibility: visible;
}

Powered by Google App Engine
This is Rietveld 408576698