You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the coming implementation of APIs like the popover attribute, it will be possible to have UIs that features Popovers and desendents of Popovers. In doing so, the filter found at:
will stack as seen here: https://codepen.io/Westbrook/pen/BaqmJjP with the .spectrum-Popover element with the red drop shadow filter. We need something like what is seen in .spectrum-Popover--alt so that subsequent filters can be removed so that they do not stack.
The text was updated successfully, but these errors were encountered:
With the coming implementation of APIs like the
popover
attribute, it will be possible to have UIs that features Popovers and desendents of Popovers. In doing so, the filter found at:spectrum-css/components/popover/index.css
Line 70 in cafd1a3
.spectrum-Popover
element with the red drop shadow filter. We need something like what is seen in.spectrum-Popover--alt
so that subsequent filters can be removed so that they do not stack.The text was updated successfully, but these errors were encountered: