From 2b53e77efa82031b93b7089ec566a99c8dec7ee2 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Tue, 7 Nov 2017 18:24:40 +0800 Subject: [PATCH] feat(core): tooltip background-color fallback style --- modules/core/client/less/mt.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less index dc28dbcb..3fc23c27 100644 --- a/modules/core/client/less/mt.less +++ b/modules/core/client/less/mt.less @@ -724,10 +724,12 @@ body { .tooltip { .tooltip-inner { + background-color: @mt-body-background-color; background-color: rgba(0, 0, 0, 0.8); } &.top { .tooltip-arrow { + border-top-color: @mt-body-background-color; border-top-color: rgba(0, 0, 0, 0.8); } }