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

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

Issue 2414213002: MD Settings: use theme homepage URLs when set (Closed)
Patch Set: ensure always CWS Created 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/appearance_page/appearance_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d1610292ad4f28692281687c15d5397ea98fbe3f..82d49c39e6c9b6dd8bce5abb8937fa5e26624635 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_page.html
@@ -42,13 +42,13 @@
<button class="icon-external" is="paper-icon-button-light"></button>
</div>
<div class="settings-box two-line"
- hidden="[[!pageVisibility.setTheme]]" actionable>
+ hidden="[[!pageVisibility.setTheme]]">
</if>
<if expr="not chromeos">
<div class="settings-box two-line first"
- hidden="[[!pageVisibility.setTheme]]" actionable>
+ hidden="[[!pageVisibility.setTheme]]">
</if>
- <div class="start two-line" on-tap="openThemesGallery_">
+ <div class="start two-line" on-tap="onThemesTap_" actionable>
<div class="flex">
<div>$i18n{themes}</div>
<div class="secondary">[[themeSublabel_]]</div>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/appearance_page/appearance_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698