Skip to content

Commit

Permalink
fix lint disables
Browse files Browse the repository at this point in the history
  • Loading branch information
hussam-i-am committed Feb 20, 2025
1 parent f1891ea commit f629583
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/react/src/TooltipV2/Tooltip.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,8 @@
}

/* Animation styles */
/* stylelint-disable-next-line selector-class-pattern */
&:global(.\\:popover-open),
&:global(.\\:popover-open)::before {
/* stylelint-disable-line selector-class-pattern */
&:global(.\\:popover-open) /* stylelint-disable-line selector-class-pattern */,
&:global(.\\:popover-open)::before /* stylelint-disable-line selector-class-pattern */ {
animation-name: tooltip-appear;
animation-duration: 0.1s;
animation-fill-mode: forwards;
Expand Down

0 comments on commit f629583

Please sign in to comment.