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

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

Issue 2356653002: [MD settings] icons for clickable rows (Closed)
Patch Set: layout adjustment in passwords and site settings Created 4 years, 3 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 639521aca4de43eb8ed2990bee1b3a7d77174f03..9894431891aec165a6d60a3b50d465927c59035a 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -30,11 +30,16 @@
</paper-listbox>
</paper-dropdown-menu-light>
</div>
- <div id="subpage-trigger" class="settings-box">
- <paper-button on-tap="onManageSearchEnginesTap_"
- class="primary-button">
+ <div id="subpage-trigger" class="settings-box two-line"
+ on-tap="onManageSearchEnginesTap_" actionable>
+ <div class="start">
$i18n{searchEnginesManage}
- </paper-button>
+ <div class="secondary">
+ $i18n{searchEnginesManageDescription}
+ </div>
+ </div>
+ <button class="icon-arrow-right" is="paper-icon-button-light">
+ </button>
</div>
</neon-animatable>
<template is="dom-if" route-path="/searchEngines">

Powered by Google App Engine
This is Rietveld 408576698