Skip to content

Commit

Permalink
fix(tooltip): invisible progress indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
0o001 committed Dec 24, 2023
1 parent ecc8a30 commit 486a871
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/tooltip/bl-tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.trigger {
display: var(--bl-tooltip-trigger-display, inline-flex);
display: var(--bl-tooltip-trigger-display, inline);
cursor: pointer;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/tooltip/bl-tooltip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import style from "./bl-tooltip.css";
* @summary Baklava Tooltip component
* @dependency bl-popover
*
* @cssproperty [--bl-tooltip-trigger-display=inline-flex] Set the display of the tooltip trigger.
* @cssproperty [--bl-tooltip-trigger-display=inline] Set the display of the tooltip trigger.
*/
@customElement("bl-tooltip")
export default class BlTooltip extends LitElement {
Expand Down

0 comments on commit 486a871

Please sign in to comment.