Skip to content

Commit 28ec7ad

Browse files
author
Adam Argyle
committed
increase hover delay to show tooltips
1 parent f970623 commit 28ec7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/vis-bug/vis-bug.element.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
&[data-tool="search"] > svg:hover + aside {
174174
opacity: 1;
175175
transform: translateX(0);
176-
transition-delay: 0.75s;
176+
transition-delay: 1s;
177177
}
178178

179179
& input::-webkit-calendar-picker-indicator {

0 commit comments

Comments
 (0)