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

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

Issue 2211663002: [MD settings] apply dropdown settings to iron-dropdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: symetric padding Created 4 years, 4 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 | « no previous file | no next file » | 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 651088352dd5d398c7aedb39ba434152c1ae31b8..41fadea97b594a8399d9c377a2c879aca49a45d9 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -41,6 +41,7 @@
};
}
+ iron-dropdown .dropdown-content,
paper-dropdown-menu paper-listbox {
min-width: 128px;
padding: 8px 0;
@@ -48,7 +49,6 @@
iron-dropdown .dropdown-item,
paper-dropdown-menu .dropdown-item {
- -webkit-padding-start: 24px;
align-items: center;
background: none;
border: none;
@@ -56,6 +56,7 @@
display: flex;
font: inherit;
min-height: 32px;
+ padding: 0 24px;
text-align: start;
width: 100%;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698