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

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

Issue 2207773002: [MD settings] layout of paper dropdown menu list to better match mocks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 ee2342c60921549ccec0a0c56c269acd7e24d246..651088352dd5d398c7aedb39ba434152c1ae31b8 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -42,19 +42,20 @@
}
paper-dropdown-menu paper-listbox {
- padding: 0;
+ min-width: 128px;
+ padding: 8px 0;
}
iron-dropdown .dropdown-item,
paper-dropdown-menu .dropdown-item {
+ -webkit-padding-start: 24px;
align-items: center;
background: none;
border: none;
color: var(--paper-grey-800);
display: flex;
font: inherit;
- min-height: 48px;
- padding: 0 16px;
+ min-height: 32px;
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