We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f7fbb commit 45399f4Copy full SHA for 45399f4
app/components/course-page/course-stage-step/community-solution-card/feedback-section.hbs
@@ -26,7 +26,7 @@
26
</span>
27
</div>
28
29
- <EmberTooltip @text="Your feedback helps us surface better examples." @side="bottom" />
+ <EmberTooltip @text="Your feedback helps us surface better examples." @side="bottom" @delay={{250}} />
30
</TertiaryButton>
31
<TertiaryButton
32
{{on "click" this.handleDownvoteButtonClick}}
@@ -40,7 +40,7 @@
40
41
42
43
- <EmberTooltip @text="Your feedback helps us identify examples that need review." @side="bottom" />
+ <EmberTooltip @text="Your feedback helps us identify examples that need review." @side="bottom" @delay={{250}} />
44
45
46
0 commit comments