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

Unified Diff: chrome/browser/resources/set_as_default_browser.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/set_as_default_browser.css
diff --git a/chrome/browser/resources/set_as_default_browser.css b/chrome/browser/resources/set_as_default_browser.css
index 21d7a9ded063f4689fccee5ebf22ba64dba22ba3..ec59b09b9248c7fae20ab64edf31d287c7919848 100644
--- a/chrome/browser/resources/set_as_default_browser.css
+++ b/chrome/browser/resources/set_as_default_browser.css
@@ -7,7 +7,6 @@
-webkit-box-align: center;
-webkit-box-orient: vertical;
-webkit-box-pack: start;
- -webkit-transition: 200ms opacity;
background-color: rgba(255, 255, 255, 0.75);
bottom: 0;
display: -webkit-box;
@@ -16,6 +15,7 @@
position: fixed;
right: 0;
top: 0;
+ transition: 200ms opacity;
}
/* The page block within the outer container. */
@@ -83,7 +83,6 @@
#metro-action-box button {
-webkit-margin-end: 0.4em;
-webkit-margin-start: 0;
- -webkit-transition: all 218ms;
-webkit-user-select: none;
border-radius: 2px;
display: inline-block;
@@ -92,11 +91,12 @@
line-height: 27px;
margin-top: 0;
min-width: 80px;
+ transition: all 218ms;
}
#metro-action-box button:hover {
- -webkit-transition: all 0ms;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
+ transition: all 0ms;
}
#metro-action-box button:focus {
« no previous file with comments | « chrome/browser/resources/print_preview/search/fedex_tos.css ('k') | chrome/browser/resources/supervised_user_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698