feat: Inverse le design des checkbox
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -291,9 +291,9 @@ legend
|
||||
height: calc(1rem - 6px)
|
||||
&:checked + label
|
||||
text-shadow: -0.06ex 0 0 currentColor, 0.06ex 0 0 currentColor
|
||||
&:checked + label::before
|
||||
&:not(:checked) + label::before
|
||||
background-color: var(--color-green)
|
||||
&:checked + label::after
|
||||
&:not(:checked) + label::after
|
||||
background-color: white
|
||||
|
||||
.main
|
||||
|
Reference in New Issue
Block a user