Commit 887edc59 authored by dpapad's avatar dpapad Committed by Commit bot

MD Settings: Fix pointer for paper-dropdown-menu-light.

BUG=640937,640167
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation

Review-Url: https://codereview.chromium.org/2341383002
Cr-Commit-Position: refs/heads/master@{#419292}
parent dd7115ab
...@@ -55,9 +55,7 @@ ...@@ -55,9 +55,7 @@
padding: 8px 0; padding: 8px 0;
} }
iron-dropdown .dropdown-item, .dropdown-item {
paper-dropdown-menu-light .dropdown-item,
cr-shared-menu .dropdown-item {
align-items: center; align-items: center;
background: none; background: none;
border: none; border: none;
...@@ -84,8 +82,7 @@ ...@@ -84,8 +82,7 @@
box-shadow: 0 2px 6px var(--paper-grey-500); box-shadow: 0 2px 6px var(--paper-grey-500);
} }
iron-dropdown .dropdown-content .dropdown-item:not([disabled]), .dropdown-item:not([disabled]),
cr-shared-menu .dropdown-item:not([disabled]),
iron-dropdown .dropdown-content paper-item { iron-dropdown .dropdown-content paper-item {
@apply(--settings-actionable); @apply(--settings-actionable);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment