Skip to content

Commit

Permalink
Update packages/components/src/components/tooltip/tooltip.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Franzke <[email protected]>
  • Loading branch information
nmerget and mfranzke authored May 13, 2024
1 parent fe2ff5d commit ab3e7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/tooltip/tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $tooltip-arrow-shadow-size: variables.$db-sizing-2xs;
padding: variables.$db-spacing-fixed-2xs variables.$db-spacing-fixed-xs;

// Only for testing
&[data-testing-hover="true"] {
&[data-e2e-hover="true"] {
@extend %show-popover;
}

Expand Down

0 comments on commit ab3e7a0

Please sign in to comment.