#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:
Rahul Gurung 2018-12-20 09:45:25 +05:30 committed by 偏右
parent 1272ec0e04
commit f04e6886b6

View File

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