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

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

Issue 2535493002: Reduce webkit CSS prefixes in ui/ styles (Closed)
Patch Set: bluetooth_internals/snackbar.js Created 3 years, 10 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
« no previous file with comments | « ui/file_manager/video_player/js/media_controls.js ('k') | ui/login/account_picker/screen_account_picker.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3dd08f9e95b09d2fca78d0b8296a54aa42b42182 100644
--- a/ui/login/account_picker/screen_account_picker.css
+++ b/ui/login/account_picker/screen_account_picker.css
@@ -4,8 +4,7 @@
*/
.account-picker.flying-pods #account-picker {
- -webkit-transition: width 180ms ease,
- height 180ms ease;
+ transition: width 180ms ease, height 180ms ease;
}
#bubble {
@@ -59,7 +58,7 @@ html[screen=lock] #signin-banner {
}
html[screen=lock] #signin-banner.message-set {
- -webkit-transition: opacity 1s;
opacity: 1;
+ transition: opacity 1s;
visibility: visible;
}
« no previous file with comments | « ui/file_manager/video_player/js/media_controls.js ('k') | ui/login/account_picker/screen_account_picker.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698