Skip to content

Commit

Permalink
use correct psuedo selector for popover
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed May 10, 2023
1 parent 2089041 commit e14d499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/primer/alpha/overlay.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

/* stylelint-disable-next-line selector-pseudo-class-no-unknown */
.Overlay[popover]:not(:open) {
.Overlay[popover]:not(:popover-open) {
display: none;
}

Expand Down

0 comments on commit e14d499

Please sign in to comment.