Browse Source

update tooltip style

pull/1029/head
afc163 9 years ago
parent
commit
9991e96a9d
  1. 2
      style/components/tooltip.less

2
style/components/tooltip.less

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

Loading…
Cancel
Save