mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-22 16:51:20 +00:00
10 lines
155 B
CSS
10 lines
155 B
CSS
![]() |
@layer components {
|
||
|
.radio-toggler-element {
|
||
|
@apply hidden;
|
||
|
}
|
||
|
|
||
|
.radio-toggler > input:checked ~ .radio-toggler-element {
|
||
|
@apply block;
|
||
|
}
|
||
|
}
|