mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix: popover arrow support custom color (#36241)
This commit is contained in:
parent
c0411d70d8
commit
db62ade5f6
@ -129,6 +129,7 @@
|
||||
pointer-events: none;
|
||||
|
||||
&-content {
|
||||
--antd-arrow-background-color: @popover-bg;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
@ -141,7 +142,7 @@
|
||||
background-color: @popover-bg;
|
||||
content: '';
|
||||
pointer-events: auto;
|
||||
.roundedArrow(@popover-arrow-width, 5px, @popover-bg);
|
||||
.roundedArrow(@popover-arrow-width, 5px);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user