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

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

Issue 944683003: Files.app: Use <button> instead of <paper-button> to make ENTER and SPACE effective on them. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the browser test. Created 5 years, 10 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/integration_tests/file_manager/file_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d19d496005671a795b54791f408af0d928557118..1e2a6c002176c055e1db78fbfcf20401f2baedac 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -479,9 +479,9 @@
</div>
<div class="right buttonbar">
<select class="file-type" hidden tabindex="-1"></select>
- <paper-button class="cancel secondary" i18n-content="CANCEL_LABEL"
- tabindex="5"></paper-button>
- <paper-button class="ok primary" disabled tabindex="6"></paper-button>
+ <button class="cancel secondary" i18n-content="CANCEL_LABEL"
+ tabindex="5"></button>
+ <button class="ok primary" disabled tabindex="6"></button>
</div>
</div>
<div id="drag-container"></div>
« no previous file with comments | « no previous file | ui/file_manager/integration_tests/file_manager/file_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698