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

Unified Diff: ui/file_manager/gallery/css/gallery.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: ui/file_manager/gallery/css/gallery.css
diff --git a/ui/file_manager/gallery/css/gallery.css b/ui/file_manager/gallery/css/gallery.css
index e7583f27f5e711b8a40fb25e327a8b8f26986b88..6b7e590c4171401215e9664318ac1ef9f19b7a1f 100644
--- a/ui/file_manager/gallery/css/gallery.css
+++ b/ui/file_manager/gallery/css/gallery.css
@@ -477,7 +477,6 @@ html[dir='rtl'] .gallery .toolbar .bubble {
}
.gallery .ribbon-image > .indicator {
- -webkit-transition: opacity 500ms ease-in;
background-image: -webkit-image-set(
url(../images/100/slide_view.png) 1x,
url(../images/200/slide_view.png) 2x);
@@ -486,6 +485,7 @@ html[dir='rtl'] .gallery .toolbar .bubble {
height: 100%;
opacity: 0;
position: absolute;
+ transition: opacity 500ms ease-in;
width: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698