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

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

Issue 2668803003: MD Settings: Fix Learn More link on Google Hotword in ChromeOS (Closed)
Patch Set: merge 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 96b4ba010309e2efe11ccfed14a9863297125388..c2fe6a3200c520d783e5bfe77a34577b7dc0977f 100644
--- a/chrome/browser/resources/settings/search_page/search_page.html
+++ b/chrome/browser/resources/settings/search_page/search_page.html
@@ -84,7 +84,7 @@
hotwordInfo_.alwaysOn)]]"
on-change="onHotwordSearchEnableChange_">
<a href="$i18nRaw{hotwordLearnMoreUrl}" target="_blank"
- on-tap="doNothing_">
+ class="label-controls" on-tap="doNothing_">
$i18n{searchOkGoogleLearnMore}
</a>
</settings-toggle-button>

Powered by Google App Engine
This is Rietveld 408576698