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

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

Issue 2578813002: MD Settings: Eliminate remaining references to paper-dropdown-menu-light (Closed)
Patch Set: Rebase Created 4 years 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 | ui/webui/resources/polymer_resources.grdp » ('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.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index bd3b62ddf4b8d6a09ddfb4ed199859a19dfdff3f..d7b6814aaa37ece62239deabf51281ac70eeebfe 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -63,20 +63,7 @@
width: 31px;
}
- paper-dropdown-menu-light {
- --iron-icon-fill-color: var(--paper-grey-600);
- --paper-font-subhead: {
- font-size: inherit;
- };
- --paper-dropdown-menu-input: {
- border-bottom-color: var(--paper-grey-300);
- };
- /* Offsets the input's border-bottom. */
- top: 1px;
- }
-
- iron-dropdown .dropdown-content,
- paper-dropdown-menu-light paper-listbox {
+ iron-dropdown .dropdown-content {
min-width: 128px;
padding: 8px 0;
}
@@ -95,12 +82,7 @@
width: 100%;
}
- paper-dropdown-menu-light .dropdown-item.iron-selected {
- font-weight: bold;
- }
-
- iron-dropdown .dropdown-item:focus,
- paper-dropdown-menu-light .dropdown-item:focus {
+ iron-dropdown .dropdown-item:focus {
@apply(--cr-selectable-focus);
}
« no previous file with comments | « no previous file | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698