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); 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,