Skip to content

Commit 45399f4

Browse files
committed
feat(tooltip): add delay to tooltips for improved usability
1 parent 14f7fbb commit 45399f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/course-page/course-stage-step/community-solution-card/feedback-section.hbs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</span>
2727
</div>
2828

29-
<EmberTooltip @text="Your feedback helps us surface better examples." @side="bottom" />
29+
<EmberTooltip @text="Your feedback helps us surface better examples." @side="bottom" @delay={{250}} />
3030
</TertiaryButton>
3131
<TertiaryButton
3232
{{on "click" this.handleDownvoteButtonClick}}
@@ -40,7 +40,7 @@
4040
</span>
4141
</div>
4242

43-
<EmberTooltip @text="Your feedback helps us identify examples that need review." @side="bottom" />
43+
<EmberTooltip @text="Your feedback helps us identify examples that need review." @side="bottom" @delay={{250}} />
4444
</TertiaryButton>
4545
</div>
4646
</div>

0 commit comments

Comments
 (0)