mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
clear unused popover style code, close #8549
This commit is contained in:
parent
68d4e34a10
commit
1db952b575
@ -102,15 +102,10 @@
|
|||||||
width: sqrt(@popover-arrow-width * @popover-arrow-width * 2);
|
width: sqrt(@popover-arrow-width * @popover-arrow-width * 2);
|
||||||
height: sqrt(@popover-arrow-width * @popover-arrow-width * 2);
|
height: sqrt(@popover-arrow-width * @popover-arrow-width * 2);
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
&,
|
position: absolute;
|
||||||
&:after {
|
display: block;
|
||||||
position: absolute;
|
border-color: transparent;
|
||||||
display: block;
|
border-style: solid;
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
border-color: transparent;
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-placement-top > &-content > &-arrow,
|
&-placement-top > &-content > &-arrow,
|
||||||
|
Loading…
Reference in New Issue
Block a user