mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
#13533 - fixed popover arrow
inherit arrow color from parent so that it doesn't appears to be pointing upward when user changes color of inner content, user can further add desired color to downward pointing arrow.
This commit is contained in:
parent
1272ec0e04
commit
f04e6886b6
@ -101,6 +101,7 @@
|
||||
|
||||
&-arrow {
|
||||
background: @popover-bg;
|
||||
background-color: inherit;
|
||||
width: sqrt(@popover-arrow-width * @popover-arrow-width * 2);
|
||||
height: sqrt(@popover-arrow-width * @popover-arrow-width * 2);
|
||||
transform: rotate(45deg);
|
||||
|
Loading…
Reference in New Issue
Block a user