We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a072841 commit 5116d0eCopy full SHA for 5116d0e
src/components/ha-tooltip.ts
@@ -9,7 +9,7 @@ export class HaTooltip extends Tooltip {
9
@property({ attribute: "show-delay", type: Number }) showDelay = 150;
10
11
/** The amount of time to wait before hiding the tooltip when the user mouses out.. */
12
- @property({ attribute: "hide-delay", type: Number }) hideDelay = 400;
+ @property({ attribute: "hide-delay", type: Number }) hideDelay = 150;
13
14
static get styles(): CSSResultGroup {
15
return [
0 commit comments