Skip to content

Commit 5116d0e

Browse files
piitayatimmo001
authored andcommitted
Fix tooltip hide delay (#27786)
1 parent a072841 commit 5116d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ha-tooltip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export class HaTooltip extends Tooltip {
99
@property({ attribute: "show-delay", type: Number }) showDelay = 150;
1010

1111
/** The amount of time to wait before hiding the tooltip when the user mouses out.. */
12-
@property({ attribute: "hide-delay", type: Number }) hideDelay = 400;
12+
@property({ attribute: "hide-delay", type: Number }) hideDelay = 150;
1313

1414
static get styles(): CSSResultGroup {
1515
return [

0 commit comments

Comments
 (0)