Skip to content

Commit 81e92eb

Browse files
committed
Compare site: Make tooltips fade out properly
instead of immediately disappearing. This also makes links in tooltips actually clickable.
1 parent 17f20a6 commit 81e92eb

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)