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

Unified Diff: chrome/browser/resources/settings/settings_shared.css

Issue 1690463002: [MD settings] change color values to --paper-variable colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_ui/settings_ui.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_shared.css
diff --git a/chrome/browser/resources/settings/settings_shared.css b/chrome/browser/resources/settings/settings_shared.css
index e8ce7797ac3274aa3843876e6bf74dbb6ddafedf..758570a700066a1c735fc8761ad03b7720fdf150 100644
--- a/chrome/browser/resources/settings/settings_shared.css
+++ b/chrome/browser/resources/settings/settings_shared.css
@@ -8,7 +8,7 @@
*/
h2 {
- color: #9e9e9e;
+ color: var(--paper-grey-500);
font-size: 100%;
font-weight: normal;
margin-bottom: 20px;
@@ -99,7 +99,7 @@ span ~ a {
.settings-box {
@apply(--layout-center);
- border-top: 1px solid #e0e0e0;
+ border-top: 1px solid var(--paper-grey-300);
display: flex;
min-height: 40px;
padding: 0 20px;
@@ -135,5 +135,5 @@ span ~ a {
}
.vertical-list > div {
- border-top: 1px solid #e0e0e0;
+ border-top: 1px solid var(--paper-grey-300);
}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_ui/settings_ui.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698