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

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

Issue 2626973004: Fix the tooltip for thumbnail view option in gallery on tabbing (Closed)
Patch Set: Fix the tooltip for second review iteration Created 3 years, 11 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
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/gallery.html
diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
index fadc886ed6d1b76eca8aa595b7f30e3d884e9f02..cb4d3fc2eab58b50c223ac03aa7e1f4fedb3e4bf 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -125,12 +125,12 @@
</button>
<!-- Use button element for mode button to implement toggle switch
-- button. -->
- <button class="mode icon-button" disabled>
- <div class="icon slide-mode" i18n-values="aria-label:GALLERY_SLIDE"
- has-tooltip></div>
- <div class="icon thumbnail-mode"
- i18n-values="aria-label:GALLERY_THUMBNAIL"
- has-tooltip></div>
+ <button class="mode icon-button"
+ i18n-values="aria-label:GALLERY_THUMBNAIL"
+ has-tooltip
+ disabled>
+ <div class="icon slide-mode"></div>
+ <div class="icon thumbnail-mode"></div>
<files-ripple></files-ripple>
</button>
<button class="slideshow icon-button"
« no previous file with comments | « no previous file | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698