We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1e29c commit 2e15013Copy full SHA for 2e15013
components/menu/menu-container/menu-container.css
@@ -12,16 +12,19 @@
12
background: var(--menu-bg);
13
border-radius: var(--menu-border-radius);
14
border: var(--border);
15
- filter: var(--drop-shadow);
16
user-select: none;
17
min-width: var(--min-width);
18
}
19
+::slotted(.shadow) {
20
+ filter: var(--drop-shadow);
21
+}
22
+
23
::slotted(.menu-item) {
24
padding: 8px 16px;
25
cursor: pointer;
26
27
28
::slotted(.menu-item:hover) {
29
background: var(--menu-item-hover-bg);
-}
30
0 commit comments