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

Unified Diff: ui/login/bubble.css

Issue 2691883002: Uprefix CSS transitions in ui/ and chrome/ styles (Closed)
Patch Set: transitions only 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/login/account_picker/user_pod_row.js ('k') | ui/login/bubble.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/bubble.css
diff --git a/ui/login/bubble.css b/ui/login/bubble.css
index 14663f1267d1294abcc54883b5e0bc1448183bcb..1d73f4b4fcdb70c4479e651f58f1aad4ef49d76a 100644
--- a/ui/login/bubble.css
+++ b/ui/login/bubble.css
@@ -6,16 +6,16 @@
*/
.bubble {
- -webkit-transition: opacity 200ms ease-in-out;
background: rgba(0, 0, 0, 0.8);
border-radius: 2px;
- color: rgba(255, 255, 255, 0.87);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
+ color: rgba(255, 255, 255, 0.87);
font-size: 12px;
margin: 2px;
max-width: 250px;
padding: 8px;
position: absolute;
+ transition: opacity 200ms ease-in-out;
}
/* --- oldstyle begin --- */
« no previous file with comments | « ui/login/account_picker/user_pod_row.js ('k') | ui/login/bubble.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698