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

Unified Diff: chrome/browser/resources/file_manager/css/file_manager.css

Issue 23717007: [Files.app] Refinement events of suggest app dialog (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comment Created 7 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/cws_container_client.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 9cab41ff6c474d2754eb19115da66cf09e7a56b2..4ded7a5828e162e3ff9eafeccc6662836ce6ba52 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1860,6 +1860,11 @@ menuitem#thumbnail-view[lead]:not([disabled]) {
#suggest-app-dialog #webview-container {
border-bottom: solid 2px #bbb;
border-top: solid 2px #bbb;
+ transition: height 200ms ease;
+}
+
+#suggest-app-dialog #webview-container:not(.loaded) webview {
+ visibility: hidden;
}
#suggest-app-dialog .cr-dialog-buttons,
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/cws_container_client.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698