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

Unified Diff: chrome/browser/resources/settings/settings_shared_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_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index ed4b94a847f6e61e1397441017386590f417a754..cf4a05f7318708337d13bf09ba2b4aac6a7e6375 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -1,5 +1,5 @@
<link rel="import" href="chrome://resources/cr_elements/shared_style_css.html">
-<link rel="import" href="/settings_root_css.html">
+<link rel="import" href="/settings_vars_css.html">
<!-- Common styles for Material Design settings. -->
<dom-module id="settings-shared">
@@ -65,7 +65,7 @@
iron-dropdown .dropdown-item:focus,
paper-dropdown-menu .dropdown-item:focus {
- background-color: var(--paper-grey-300);
+ background-color: var(--cr-focused-item-color);
outline: none;
}
@@ -280,10 +280,6 @@
min-height: 56px;
}
- [actionable] {
- @apply(--settings-actionable);
- }
-
/* The lower line of text in a .settings-box.two-line. */
.settings-box .secondary {
@apply(--settings-secondary);
« no previous file with comments | « chrome/browser/resources/settings/settings_root_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