Skip to content

Commit

Permalink
add :where selector
Browse files Browse the repository at this point in the history
Co-authored-by: Marie Lucca <40550942+francinelucca@users.noreply.github.com>
  • Loading branch information
randall-krauskopf and francinelucca authored Dec 12, 2024
1 parent daee425 commit 686eae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/PageHeader/PageHeader.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
font-weight: inherit;
}

.Title[data-hidden='true'] {
.Title:where([data-hidden='true']) {
display: none;
}

Expand Down

0 comments on commit 686eae8

Please sign in to comment.