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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 1009313004: Files.app: Show details of drive sync progress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nit. Created 5 years, 9 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 | ui/file_manager/file_manager/foreground/js/progress_center_item_group.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8b51f4c5f22ef357eb98d0d87e40a6f0f4be3294..b9289e45a38c8d6c0a459ebe9f7758c99fc01e45 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -1922,7 +1922,7 @@ list.autocomplete-suggestions > [lead] {
}
#progress-center li.error .progress-bar,
-#progress-center li.quiet .progress-bar {
+#progress-center-close-view.quiet .progress-bar {
display: none;
}
@@ -1993,10 +1993,11 @@ list.autocomplete-suggestions > [lead] {
display: none;
}
-#progress-center-close-view.single button.open {
+#progress-center-close-view.single:not(.quiet) button.open {
display: none;
}
+#progress-center-close-view.quiet button.cancel,
#progress-center li:not(.cancelable) button.cancel {
visibility: hidden;
}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/progress_center_item_group.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698