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

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

Issue 2133793003: Unify iron-dropdown CSS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 a04010cd17536ac42079476780000fd5e90f8298..beb794e7925c324ce6264a24396a6cb7b19377c0 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -55,6 +55,16 @@
outline: none;
}
+ iron-dropdown .dropdown-content {
+ background-color: white;
+ box-shadow: 0 2px 6px var(--paper-grey-500);
+ }
+
+ iron-dropdown .dropdown-content paper-item:hover {
dpapad 2016/07/08 21:01:29 Do we want to preserve the hover effect? In dropdo
stevenjb 2016/07/08 21:03:53 I'd prefer to make both changes in a separate clea
+ @apply(--settings-actionable);
Dan Beam 2016/07/08 23:08:08 I probably would've done this: iron-dropdown .dro
stevenjb 2016/07/08 23:50:05 Oh, yeah, that's actually what I had in my head. I
+ background-color: var(--settings-hover-color);
+ }
+
span ~ a {
-webkit-margin-start: 4px;
}

Powered by Google App Engine
This is Rietveld 408576698