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

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

Issue 1255143003: Gallery.app: make edit button toggleable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/gallery/gallery.html
diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
index 188ad33505b869bd11483d565252589e69e49244..82b8185dc7ed3d2a705853253328e2117be50175 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -37,7 +37,10 @@
<div id="top-toolbar" class="toolbar top tool dimmable">
<div class="filename-spacer"></div>
<div class="button-spacer">
- <paper-button class="button edit" i18n-values="title:GALLERY_EDIT" disabled></paper-button>
+ <button class="button edit" i18n-values="title:GALLERY_EDIT">
+ <div class="icon"></div>
+ <files-toggle-ripple></files-toggle-ripple>
+ </button>
<paper-button class="button print" i18n-values="title:GALLERY_PRINT" disabled></paper-button>
<paper-button class="button delete" i18n-values="title:GALLERY_DELETE"></paper-button>
<paper-button class="button slide-mode" i18n-values="title:GALLERY_SLIDE"></paper-button>

Powered by Google App Engine
This is Rietveld 408576698