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

Unified Diff: ui/file_manager/file_manager/main.html

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/main.html
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html
index 8a44dec391f257ba1710a991bc300ee3b2c3c32f..e5e9dabf26d4eb111c61d048833b0ad135ce5980 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -35,6 +35,7 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-input/paper-input-container.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-progress.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-ripple/paper-ripple.html">
+ <link rel="import" href="foreground/elements/files_toggle_ripple.html">
</head>
<body tabindex="-1">
@@ -275,7 +276,7 @@
menu="#gear-menu"
i18n-values="aria-label:GEAR_BUTTON_TOOLTIP"
aria-activedescendant="gear-menu">
- <paper-ripple fit class="recenteringTouch"></paper-ripple>
+ <files-toggle-ripple></files-toggle-ripple>
fukino 2015/06/12 06:28:48 Let's wait for the spec clarification, to avoid sh
yawano 2015/06/16 06:36:40 Fixed sort and search button in this CL. For open
fukino 2015/06/16 07:34:16 OK. But please make sure the toolbar buttons with
yawano 2015/06/16 07:38:57 Acknowledged.
</button>
</div>

Powered by Google App Engine
This is Rietveld 408576698