feat(core): tooltip background-color fallback style

This commit is contained in:
OldHawk
2017-11-07 18:24:40 +08:00
parent 43aea3934b
commit 2b53e77efa

View File

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