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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_popup_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/chromeos/login/oobe_popup_overlay.css
diff --git a/chrome/browser/resources/chromeos/login/oobe_popup_overlay.css b/chrome/browser/resources/chromeos/login/oobe_popup_overlay.css
index ec2127b15cf37c97c37e0d939b253371f70d4f23..ab4a2b23a0719992b8562d213c4bb9e78f89413b 100644
--- a/chrome/browser/resources/chromeos/login/oobe_popup_overlay.css
+++ b/chrome/browser/resources/chromeos/login/oobe_popup_overlay.css
@@ -3,7 +3,6 @@
* found in the LICENSE file. */
.popup-overlay {
- -webkit-transition: 250ms opacity;
align-items: center;
background: rgba(255, 255, 255, .75);
bottom: 0;
@@ -14,6 +13,7 @@
position: fixed;
right: 0;
top: 0;
+ transition: 250ms opacity;
z-index: 5;
}
« no previous file with comments | « chrome/browser/resources/chromeos/login/network_dropdown.css ('k') | chrome/browser/resources/chromeos/login/oobe_screen.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698