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

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

Issue 2356653002: [MD settings] icons for clickable rows (Closed)
Patch Set: review nits 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..365709792fe07d0a849897f37c50ee03cb075d55 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -2,6 +2,7 @@
<link rel="import" href="chrome://resources/polymer/v1_0/neon-animation/neon-animatable.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-dropdown-menu/paper-dropdown-menu-light.html">
+<link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper-icon-button-light.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-listbox/paper-listbox.html">
<link rel="import" href="/route.html">
<link rel="import" href="/search_engines_page/search_engines_page.html">
@@ -12,8 +13,7 @@
<dom-module id="settings-search-page">
<template>
- <style include="settings-shared">
- </style>
+ <style include="settings-shared"></style>
<settings-animated-pages id="pages" section="search">
<neon-animatable route-path="default">
<div class="settings-box first">
@@ -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">
« no previous file with comments | « chrome/browser/resources/settings/reset_page/reset_page.html ('k') | chrome/browser/resources/settings/settings_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698