We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a996fc4 commit 8dee389Copy full SHA for 8dee389
src/themes/aquadx/components.module.scss
@@ -44,7 +44,7 @@ body:has(.root) {
44
input[type=radio] {
45
border-color: #b3c6ff;
46
47
- &:checked {
+ &[checked] {
48
background-color: #b3c6ff;
49
50
}
src/themes/dynamicLight/components.module.scss
@@ -48,7 +48,7 @@ body:has(.root) {
border-color: oklch(0.68 0.17 var(--hue));
51
52
background-color: oklch(0.68 0.17 var(--hue));
53
54
0 commit comments