| 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"
|
|
|