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

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

Issue 902253003: Qualify drive label selector to drive tree...return the drive icon to the Cloud Import drop down. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Format numbers and bytes in human friendly ways. Created 5 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 ef0c64fed9cea3c9f94974f108fa802068334e16..382956fe4b7d3620d1e20df2fc977be9b4ac847e 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -310,7 +310,7 @@ body.selecting .dialog-header {
background: rgba(204, 204, 204, 0.15);
}
-.dialog-header .icon-button[disabled] {
+.dialog-header .icon-button[disabled]:not(.manual-display) {
display: none !important;
}

Powered by Google App Engine
This is Rietveld 408576698