Skip to content

Commit

Permalink
fix: issue with open popover and focus-within
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Jul 5, 2024
1 parent 3b21780 commit 691e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/popover/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
&[data-e2e-hover="true"],
&:hover,
&:focus-within {
& > article {
& > article:not([data-open="false"]) {
@extend %show-popover;
}
}
Expand Down

0 comments on commit 691e45a

Please sign in to comment.