fix: popover arrow support custom color (#36241)

This commit is contained in:
MadCcc 2022-06-27 10:57:42 +08:00 committed by GitHub
parent c0411d70d8
commit db62ade5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}