From 1785f79f7f137bc5273b943623b019dbbf6f20ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Mon, 22 Feb 2021 15:13:23 +0000 Subject: [PATCH] Fix tippy arrow color --- customize.dist/src/less2/include/tippy.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/tippy.less b/customize.dist/src/less2/include/tippy.less index 5cb7c2f59..5450d3114 100644 --- a/customize.dist/src/less2/include/tippy.less +++ b/customize.dist/src/less2/include/tippy.less @@ -14,7 +14,7 @@ } } .tippy-popper { - @arrow-color: @cp_tooltip-bg; + @arrow-color: @cp_tooltip-bg !important; &[x-placement^='top'] .tippy-arrow { border-top-color: @arrow-color; }