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

Unified Diff: chrome/browser/resources/settings/site_settings_page/site_settings_page.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 | « chrome/browser/resources/settings/site_settings/site_settings_category.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings_page/site_settings_page.css
diff --git a/chrome/browser/resources/settings/site_settings_page/site_settings_page.css b/chrome/browser/resources/settings/site_settings_page/site_settings_page.css
index 04c26df5902ff3c91b7f7413af5fca7a0f33b1fe..6f590de24cd043a91451f851188db7ca8f154a6a 100644
--- a/chrome/browser/resources/settings/site_settings_page/site_settings_page.css
+++ b/chrome/browser/resources/settings/site_settings_page/site_settings_page.css
@@ -7,7 +7,7 @@
}
.settings-list > paper-icon-item {
- border-bottom: 1px solid #e0e0e0;
+ border-bottom: 1px solid var(--paper-grey-300);
}
.settings-list > paper-icon-item:last-of-type {
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_settings_category.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698