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

Unified Diff: chrome/browser/resources/settings/appearance_page/appearance_page.html

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: merge Created 3 years, 8 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/settings/appearance_page/appearance_page.html
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_page.html b/chrome/browser/resources/settings/appearance_page/appearance_page.html
index 06b4e12e732e12c0db2c387ac148866e16d5de13..fdf0277e55b0f5f35159085674dd93d3f3f2e3c6 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_page.html
@@ -61,7 +61,8 @@
<div class="settings-box two-line first"
hidden="[[!pageVisibility.setTheme]]">
</if>
- <div class="start two-line" on-tap="onThemesTap_" actionable>
+ <a class="start two-line inherit-color no-outline" tabindex="-1"
+ target="_blank" href$="[[getThemeHref_(themeUrl_)]]">
<div class="flex">
$i18n{themes}
<div class="secondary" id="themesSecondary">
@@ -69,9 +70,9 @@
</div>
</div>
<button class="icon-external" is="paper-icon-button-light"
- aria-label="$i18n{themes}"
+ actionable aria-label="$i18n{themes}"
aria-describedby="themesSecondary"></button>
- </div>
+ </a>
<if expr="not is_linux or chromeos">
<template is="dom-if" if="[[prefs.extensions.theme.id.value]]">
<div class="secondary-action">

Powered by Google App Engine
This is Rietveld 408576698