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

Unified Diff: chrome/browser/resources/options/search_box.html

Issue 668983004: Add <a is="action-link">, a web component extension of <a> for in-page actions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 2 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: chrome/browser/resources/options/search_box.html
diff --git a/chrome/browser/resources/options/search_box.html b/chrome/browser/resources/options/search_box.html
index 226134bcfa4e806273af859f8e3cadcc5969f7e9..d723885e57b4122bc22bd2d222a20d2ca7a87707 100644
--- a/chrome/browser/resources/options/search_box.html
+++ b/chrome/browser/resources/options/search_box.html
@@ -2,9 +2,8 @@
<header >
<span id="browser-options-search-field-container"
class="search-field-container">
- <button id="about-button" class="link-button" hidden
- i18n-content="aboutButton">
- </button>
+ <a is="action-link" id="about-button" i18n-content="aboutButton"
+ hidden></a>
<input id="search-field" type="search"
i18n-values="placeholder:searchPlaceholder;
aria-label:searchPlaceholder" incremental>
« no previous file with comments | « chrome/browser/resources/options/options_page.css ('k') | chrome/browser/resources/options/startup_section.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698