File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @spectrum-css/popover " : minor
3
+ ---
4
+
5
+ Restores drop shadow for nested popovers
Original file line number Diff line number Diff line change 23
23
/* --spectrum-popover-border-color-default: var(--spectrum-popover-border-color); */
24
24
--spectrum-popover-border-color-rgb : var (--spectrum-gray-200-rgb );
25
25
--spectrum-popover-border-transparency : var (--spectrum-popover-border-opacity );
26
- --spectrum-popover-border-color-with-transparency : rgba (var (--spectrum-popover-border-color-rgb ), var (--spectrum-popover-border-transparency ));
26
+ --spectrum-popover-border-color-with-transparency : rgb (var (--spectrum-popover-border-color-rgb ), var (--spectrum-popover-border-transparency ));
27
27
28
28
/* popover inner padding */
29
29
--spectrum-popover-content-area-spacing : var (--spectrum-popover-edge-to-content-area );
94
94
@extend %spectrum- overlay- - open;
95
95
}
96
96
97
- /* prevent nested popovers from affecting each others drop shadow filters */
98
- .spectrum-Popover * {
99
- --mod-popover-filter : none;
100
- }
101
-
102
97
/* position naming - first position term is popover position, second term is source position */
103
98
/* example: --top-left = popover is to top and source is to left */
104
99
You can’t perform that action at this time.
0 commit comments