5,950
edits
No edit summary |
No edit summary |
||
Line 318: | Line 318: | ||
position: absolute; | position: absolute; | ||
box-shadow: 0 3px 6px rgba(0,0,0,0.6); | box-shadow: 0 3px 6px rgba(0,0,0,0.6); | ||
transition: . | transition: .2s; | ||
} | } | ||
.custom-tooltip:hover { | .custom-tooltip:hover { | ||
box-shadow: 0 | box-shadow: 0 6px 10px rgba(0,0,0,0.6); | ||
} | } | ||
.tooltip-close-button { | .tooltip-close-button { |