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

Unified Diff: chrome/browser/resources/print_preview/previewarea/margin_control.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/print_preview/previewarea/margin_control.css
diff --git a/chrome/browser/resources/print_preview/previewarea/margin_control.css b/chrome/browser/resources/print_preview/previewarea/margin_control.css
index 747be8993ae0a1aa75c399f1928e40a457f03d89..49c80813f446871ef639d203e8323d30c128c36a 100644
--- a/chrome/browser/resources/print_preview/previewarea/margin_control.css
+++ b/chrome/browser/resources/print_preview/previewarea/margin_control.css
@@ -3,8 +3,8 @@
* found in the LICENSE file. */
#preview-area .margin-control {
- -webkit-transition: opacity 150ms linear;
position: absolute;
+ transition: opacity 150ms linear;
}
#preview-area .margin-control.invisible {

Powered by Google App Engine
This is Rietveld 408576698