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

Unified Diff: chrome/browser/resources/options/manage_profile_overlay.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
Index: chrome/browser/resources/options/manage_profile_overlay.css
diff --git a/chrome/browser/resources/options/manage_profile_overlay.css b/chrome/browser/resources/options/manage_profile_overlay.css
index 28847e7acc6b39e4143d7a4d06ada81c835c4bb7..f8a022ec0aae5cae59e4219a49035e5bc5e02dde 100644
--- a/chrome/browser/resources/options/manage_profile_overlay.css
+++ b/chrome/browser/resources/options/manage_profile_overlay.css
@@ -52,7 +52,6 @@
#create-profile-error-bubble,
#manage-profile-error-bubble {
- -webkit-transition: max-height 200ms, padding 200ms;
background-color: rgb(238, 185, 57);
border-radius: 4px;
font-weight: bold;
@@ -62,6 +61,7 @@
overflow: hidden;
padding: 10px 10px;
text-align: center;
+ transition: max-height 200ms, padding 200ms;
width: 80%;
}
« no previous file with comments | « chrome/browser/resources/options/language_options.css ('k') | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698