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

Unified Diff: ui/login/bubble.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/bubble.css
diff --git a/ui/login/bubble.css b/ui/login/bubble.css
index 14663f1267d1294abcc54883b5e0bc1448183bcb..8f4a8467554b0b57d7af9a4628a475e5d82bfec7 100644
--- a/ui/login/bubble.css
+++ b/ui/login/bubble.css
@@ -6,7 +6,7 @@
*/
.bubble {
- -webkit-transition: opacity 200ms ease-in-out;
+ transition: opacity 200ms ease-in-out;
Dan Beam 2016/11/29 06:17:12 alphabetize
Eric Willigers 2016/11/30 04:04:56 Done.
background: rgba(0, 0, 0, 0.8);
border-radius: 2px;
color: rgba(255, 255, 255, 0.87);

Powered by Google App Engine
This is Rietveld 408576698