0278fe6ae4
This reverts commit 39c1906e67.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
223 B
CSS
16 lines
223 B
CSS
@layer components {
|
|
.toggler--toggled {
|
|
.toggler__visible-when-off {
|
|
display: none;
|
|
}
|
|
|
|
.toggler__visible-when-on {
|
|
display: unset;
|
|
}
|
|
}
|
|
|
|
.toggler__visible-when-on {
|
|
display: none;
|
|
}
|
|
}
|