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

Unified Diff: chrome/browser/resources/settings/search_page/search_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/search_page/search_page.html
diff --git a/chrome/browser/resources/settings/search_page/search_page.html b/chrome/browser/resources/settings/search_page/search_page.html
index 9f69e0df239fd2a341c579b12ba289d34232636a..13707860cce9f24bf0031dec1c4eafaf74d4e287 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -120,17 +120,13 @@
</template>
<!-- Manage search engines -->
- <div id="subpage-trigger" class="settings-box two-line"
+ <div id="subpage-trigger" class="settings-box"
on-tap="onManageSearchEnginesTap_" actionable>
<div class="start">
$i18n{searchEnginesManage}
- <div class="secondary" id="manageSearchEnginesSecondary">
- $i18n{searchEnginesManageDescription}
- </div>
</div>
<button class="subpage-arrow" is="paper-icon-button-light"
- aria-label="$i18n{searchEnginesManage}"
- aria-describedby="manageSearchEnginesSecondary"></button>
+ aria-label="$i18n{searchEnginesManage}"></button>
</div>
</neon-animatable>
<template is="dom-if" route-path="/searchEngines">

Powered by Google App Engine
This is Rietveld 408576698