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

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

Issue 883973002: Move cloud import button to toolbar, make material designey. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test coverage for new command update logic. Fix a type, and undo some early debug code. Created 5 years, 11 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/file_manager.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 7148fb798d9bf216da3a511277e2d706f0afddb6..6e67081c0ff8788de1bc62b18f3ff623bc4f20ef 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -322,7 +322,8 @@ div.splitter {
padding: 8px;
}
-#gear-button {
+#gear-button,
+#cloud-import-button {
-webkit-app-region: no-drag;
-webkit-margin-end: 10px;
background-color: transparent;
@@ -339,7 +340,8 @@ div.splitter {
width: 32px;
}
-#gear-button > core-icon {
+#gear-button > core-icon,
+#cloud-import-button > core-icon {
margin: 8px;
}
@@ -1153,20 +1155,6 @@ li[renaming=''] .filename-label {
flex: auto;
}
-button#cloud-import-button {
- padding-left: 24px;
- background: -webkit-image-set(
- url(../images/files/ui/drive_badge.png) 1x,
- url(../images/files/ui/2x/drive_badge.png) 2x) no-repeat 3px 2px;
-
- /**
- * Note that this is overriding a "5 fill" value on hover as a way of
- * avoiding the fill command causing the background to be covered
- * by the slice.
- */
- border-image-slice: 5;
-}
-
/* The selection summary text at the bottom of the preview pane. */
.preview-summary {
color: #666;
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698