update tooltip style

This commit is contained in:
afc163 2016-02-24 20:15:34 +08:00
parent dc0629ca82
commit 9991e96a9d

View File

@ -17,7 +17,7 @@
//** Tooltip arrow width
@tooltip-arrow-width: 5px;
//** Tooltip distance with trigger
@tooltip-distance: @tooltip-arrow-width + 4;
@tooltip-distance: @tooltip-arrow-width - 1 + 4;
//** Tooltip arrow color
@tooltip-arrow-color: @tooltip-bg;