Skip to content

Commit d233d4d

Browse files
Merge pull request #1186 from miwig/fix-tooltips
Compare site: Make tooltips fade out properly
2 parents 17f20a6 + 81e92eb commit d233d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/compare.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
margin-left: -60px;
159159

160160
opacity: 0;
161-
transition: opacity 0.3s;
161+
transition: opacity 0.3s, visibility 0.3s;
162162
}
163163

164164
.tooltip:hover .tooltiptext {

0 commit comments

Comments
 (0)