Chromium Code Reviews| 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> |