mirror of
https://github.com/JustusPlays78/ChangelogApp.git
synced 2025-04-29 13:56:11 +00:00
8 lines
155 B
CSS
8 lines
155 B
CSS
input:checked ~ .dot {
|
|
transform: translateX(100%);
|
|
}
|
|
|
|
input:not(:checked) ~ .dot {
|
|
transform: translateX(0);
|
|
background-color: rgb(156, 163, 175);
|
|
} |