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

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

Issue 1170913006: Add material design toggle ripple element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove changes to menu_button.js. Created 5 years, 6 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 85338657c0b7c41c42cd50e1eb4ecefda88a396d..ea3d34d1ef447c65e26a3cf5c530b78911a2c061 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -348,6 +348,13 @@ body.check-select .dialog-header
margin: 8px;
}
+.dialog-header button.icon-button > files-toggle-ripple {
+ -webkit-margin-start: -7px;
+ height: 46px;
+ margin-top: -7px;
+ width: 46px;
+}
+
#search-button {
background-image: -webkit-image-set(
url(../images/files/ui/search_white.png) 1x,

Powered by Google App Engine
This is Rietveld 408576698