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

Unified Diff: chrome/browser/resources/options/font_settings.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/font_settings.html
diff --git a/chrome/browser/resources/options/font_settings.html b/chrome/browser/resources/options/font_settings.html
index da3106019e3217a3d6916b819474964f2f2da79c..b35cb25d2bf7b39dc61c6896aa0305e244c636c5 100644
--- a/chrome/browser/resources/options/font_settings.html
+++ b/chrome/browser/resources/options/font_settings.html
@@ -102,8 +102,8 @@
<div class="button-strip">
<span id="advanced-font-settings-install" hidden
i18n-values=".innerHTML:advancedFontSettingsInstall"></span>
- <a id="advanced-font-settings-options" href="#" hidden
- i18n-content="advancedFontSettingsOptions"></a>
+ <a is="action-link" id="advanced-font-settings-options"
+ i18n-content="advancedFontSettingsOptions" hidden></a>
<span class="spacer"></span>
<button id="font-settings-confirm" class="default-button"
i18n-content="done">
« no previous file with comments | « chrome/browser/resources/options/controlled_setting.js ('k') | chrome/browser/resources/options/language_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698