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

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

Issue 2825493003: MD Settings: change outlinks to actually use <a> (Closed)
Patch Set: merge 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/settings_ui/settings_ui.html
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.html b/chrome/browser/resources/settings/settings_ui/settings_ui.html
index ac2d13300b10b87c6d8153de564a31b26197d997..a4d420737ee98bc040b6178ed905f1d820bf9b6c 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -25,7 +25,7 @@
:host {
@apply(--layout-fit);
-webkit-user-select: none;
- color: var(--paper-grey-900);
+ color: var(--primary-text-color);
display: flex;
flex-direction: column;
line-height: 154%; /* Apply 20px line-height to all texts by default. */
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | chrome/browser/resources/settings/settings_vars_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698