Skip to content

Commit a38e8a6

Browse files
committed
fix(popover): move filter to popover tip variant; disable box shadow
1 parent 7c78f0a commit a38e8a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/popover/index.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Copyright 2024 Adobe. All rights reserved.
2+
* Copyright 2025 Adobe. All rights reserved.
33
*
44
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License. You may obtain a copy
@@ -75,6 +75,8 @@
7575
&.spectrum-Popover--withTip {
7676
/* Prevents clipping of the tip */
7777
overflow: visible;
78+
filter: var(--mod-popover-filter, var(--spectrum-popover-filter));
79+
box-shadow: none;
7880

7981
.spectrum-Popover-tip {
8082
/* triangle polygon */

0 commit comments

Comments
 (0)