mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
update tooltip style
This commit is contained in:
parent
dc0629ca82
commit
9991e96a9d
@ -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…
Reference in New Issue
Block a user