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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.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/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index c17d4c2c954963bf6f3499cba865116efb56eb0c..7c33b84b227f4f15eaf7977ffb9ca5f00e7a6136 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -720,9 +720,9 @@ html[dir='rtl'] #search-box .clear {
/* Container for the detail and thumbnail list views. */
.dialog-body {
- -webkit-transition: all 180ms ease;
flex: auto;
position: relative;
+ transition: all 180ms ease;
}
.main-panel {
« no previous file with comments | « ui/accessibility/extensions/caretbrowsing/caretbrowsing.js ('k') | ui/file_manager/file_manager/foreground/css/tree.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698