Fix tippy arrow color

pull/1/head
David Benqué 4 years ago
parent 5a87388a8a
commit 1785f79f7f

@ -14,7 +14,7 @@
} }
} }
.tippy-popper { .tippy-popper {
@arrow-color: @cp_tooltip-bg; @arrow-color: @cp_tooltip-bg !important;
&[x-placement^='top'] .tippy-arrow { &[x-placement^='top'] .tippy-arrow {
border-top-color: @arrow-color; border-top-color: @arrow-color;
} }

Loading…
Cancel
Save