mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-22 18:12:01 +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;
|
|
}
|
|
}
|