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

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: Fix format. 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 01bef729be00e1aa8c5d5039fe79684db329f05e..7085da04844726a1824ae971fab801a29fcbe278 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">
@@ -237,7 +238,7 @@
</button>
<button id="search-button" class="icon-button" tabindex="12"
i18n-values="aria-label:SEARCH_TEXT_LABEL">
- <paper-ripple fit class="recenteringTouch"></paper-ripple>
+ <files-toggle-ripple></files-toggle-ripple>
</button>
<div id="search-box">
<paper-input-container no-label-float>
@@ -270,13 +271,13 @@
menu="#sort-menu"
i18n-values="aria-label:SORT_BUTTON_TOOLTIP"
aria-activedescendant="sort-menu">
- <paper-ripple fit class="recenteringTouch"></paper-ripple>
+ <files-toggle-ripple></files-toggle-ripple>
</button>
<button id="gear-button" class="icon-button" tabindex="17"
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>
</button>
</div>
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/search_box.js ('k') | ui/file_manager/file_manager_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698