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

Unified Diff: chrome/browser/resources/md_history/history_toolbar.html

Issue 2262123002: [MD History] Small accessibility fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@toolbar_shadow
Patch Set: Created 4 years, 4 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 | « chrome/browser/resources/md_history/history_item.js ('k') | chrome/browser/ui/webui/md_history_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/history_toolbar.html
diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
index 736792b3b87f0c0bbc1e4ecf262e0440c0ed3c8e..981baed8bc52b5406239b54086fabb242d356db3 100644
--- a/chrome/browser/resources/md_history/history_toolbar.html
+++ b/chrome/browser/resources/md_history/history_toolbar.html
@@ -135,7 +135,8 @@
<div id="overlay-wrapper" hidden$="[[!itemsSelected_]]">
<div id="overlay-buttons">
<paper-icon-button icon="cr:clear" id="cancel-icon-button"
- on-tap="onClearSelectionTap_"></paper-icon-button>
+ on-tap="onClearSelectionTap_" title="$i18n{cancel}">
+ </paper-icon-button>
<div id="number-selected">[[numberOfItemsSelected_(count)]]</div>
<paper-button id="cancel-button" on-tap="onClearSelectionTap_">
$i18n{cancel}
« no previous file with comments | « chrome/browser/resources/md_history/history_item.js ('k') | chrome/browser/ui/webui/md_history_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698