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

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

Issue 2849663002: [MD settings] replace secondary-action with separator (Closed)
Patch Set: set upstream Created 3 years, 8 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 f19514a35f9b635448916d5e9e76d69b9f481511..cf128c1ba7025d694afe15470282ef299bc1f4a0 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -88,8 +88,9 @@
hotwordInfo_.alwaysOn)]]"
on-change="onHotwordSearchEnableChange_">
</settings-toggle-button>
- <div class="secondary-action"
+ <div class="layout horizontal center"
hcarmona 2017/05/01 18:12:30 Why don't other sections need these changes?
dschuyler 2017/05/01 19:12:08 This is here for the sake of making a group to hid
hidden$="[[!getShowHotwordSearchRetrain_(hotwordInfo_.*)]]">
+ <div class="separator"></div>
<paper-button on-tap="onRetrainTap_" class="secondary-button">
$i18n{searchOkGoogleRetrain}
</paper-button>

Powered by Google App Engine
This is Rietveld 408576698