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

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

Issue 2742523004: MD Settings: remove unnecessary secondary descriptions. (Closed)
Patch Set: Created 3 years, 9 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 e8400cf42a740e6c307a67f97af95e80cf403329..032f343682d230d4181ee8b85b474cbde2ea8249 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_page.html
@@ -154,15 +154,13 @@
menu-options="[[fontSizeOptions_]]">
</settings-dropdown-menu>
</div>
- <div id="customize-fonts-subpage-trigger" class="settings-box two-line"
+ <div id="customize-fonts-subpage-trigger" class="settings-box"
on-tap="onCustomizeFontsTap_" actionable>
<div class="start">
$i18n{customizeFonts}
- <div class="secondary" id="fontsSecondary">$i18n{chooseFonts}</div>
</div>
<button class="subpage-arrow" is="paper-icon-button-light"
- aria-label="$i18n{customizeFonts}"
- aria-describedby="fontsSecondary"></button>
+ aria-label="$i18n{customizeFonts}"></button>
</div>
<div class="settings-box"
hidden="[[!pageVisibility.pageZoom]]">
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/printing_page/cloud_printers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698