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); |