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

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

Issue 2668163002: MD Settings: Fix styles in several places. (Closed)
Patch Set: remove ugly for-unit-test-only class Created 3 years, 11 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 f064f1c2153d3329262692ecb1b1d27820cd27e9..fdbaac1e52909e651e4605042ef1a07a835f77f9 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -83,10 +83,6 @@
sub-label="[[getHotwordSearchEnableSubLabel_(
hotwordInfo_.alwaysOn)]]"
on-change="onHotwordSearchEnableChange_">
- <a href="$i18nRaw{hotwordLearnMoreUrl}" target="_blank"
- class="label-controls" on-tap="doNothing_">
- $i18n{searchOkGoogleLearnMore}
- </a>
</settings-toggle-button>
<div class="secondary-action"
hidden$="[[!getShowHotwordSearchRetrain_(hotwordInfo_.*)]]">

Powered by Google App Engine
This is Rietveld 408576698