Skip to content

Commit

Permalink
[@mantine/core] CloseButton: Fix incorrect specificity of some selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
rtivital committed May 2, 2024
1 parent 0adea71 commit 3448c04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}
}

.root--subtle:not([data-disabled], :disabled) {
.root--subtle:where(:not([data-disabled], :disabled)) {
@mixin hover {
@mixin where-light {
background-color: var(--mantine-color-gray-0);
Expand Down

0 comments on commit 3448c04

Please sign in to comment.