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

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

Issue 2169603002: MD WebUI: Move some settings CSS to shared_style_css (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@issue_521040_internet_cleanup_1
Patch Set: Rebase with hover removal changes Created 4 years, 5 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_vars_css.html
diff --git a/chrome/browser/resources/settings/settings_root_css.html b/chrome/browser/resources/settings/settings_vars_css.html
similarity index 88%
rename from chrome/browser/resources/settings/settings_root_css.html
rename to chrome/browser/resources/settings/settings_vars_css.html
index 8bee7d38c24c0e7b16412369ed249b87006c58d5..d98644daebb514acaccdec0272e47e6bfc14e958 100644
--- a/chrome/browser/resources/settings/settings_root_css.html
+++ b/chrome/browser/resources/settings/settings_vars_css.html
@@ -1,3 +1,4 @@
+<link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html">
<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.html">
<!-- Common css variables for Material Design settings. -->
@@ -23,6 +24,8 @@
--paper-radio-button-label-color: inherit;
--paper-radio-group-item-padding: 0;
+ --settings-actionable: var(--cr-actionable);
+
/* Custom grey for Alan (bettes@). */
--settings-background-color: rgb(241, 241, 241);
--settings-secondary: {
@@ -39,14 +42,10 @@
--settings-page-vertical-margin: 21px;
--settings-row-min-height: 44px;
- --settings-separator-line: 1px solid rgba(0, 0, 0, 0.06);
+ --settings-separator-line: var(--cr-separator-line);
--settings-title-bar-background-color: var(--google-blue-700);
--settings-title-bar-color: rgb(255, 255, 255);
--settings-title-search-color: rgb(192, 199, 205);
-
- --settings-actionable: {
- cursor: pointer;
- };
}
</style>

Powered by Google App Engine
This is Rietveld 408576698