clear unused popover style code, close #8549

This commit is contained in:
afc163 2017-12-11 15:28:44 +08:00
parent 68d4e34a10
commit 1db952b575

View File

@ -102,15 +102,10 @@
width: sqrt(@popover-arrow-width * @popover-arrow-width * 2);
height: sqrt(@popover-arrow-width * @popover-arrow-width * 2);
transform: rotate(45deg);
&,
&:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
position: absolute;
display: block;
border-color: transparent;
border-style: solid;
}
&-placement-top > &-content > &-arrow,