From e65ab713887a4e32b4bf3b82941d344ba97e8d4f Mon Sep 17 00:00:00 2001 From: booploops <49113086+booploops@users.noreply.github.com> Date: Tue, 24 May 2022 00:22:01 -0700 Subject: [PATCH] fix tooltips --- src/renderer/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/style.less b/src/renderer/style.less index c4939597..676e93dc 100644 --- a/src/renderer/style.less +++ b/src/renderer/style.less @@ -4,7 +4,7 @@ @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100;300;400;500;700;900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap"); -@import url("less/bootstrap-vue.min.css"); +@import url("less/bootstrap-vue.min.less"); @import url("less/ameframework.less"); @import url("less/codicon.css"); @import url("less/bootstrap.less");