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 7c78f0a commit a38e8a6Copy full SHA for a38e8a6
components/popover/index.css
@@ -1,5 +1,5 @@
1
/*!
2
- * Copyright 2024 Adobe. All rights reserved.
+ * Copyright 2025 Adobe. All rights reserved.
3
*
4
* This file is licensed to you under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License. You may obtain a copy
@@ -75,6 +75,8 @@
75
&.spectrum-Popover--withTip {
76
/* Prevents clipping of the tip */
77
overflow: visible;
78
+ filter: var(--mod-popover-filter, var(--spectrum-popover-filter));
79
+ box-shadow: none;
80
81
.spectrum-Popover-tip {
82
/* triangle polygon */
0 commit comments