Add checked select-elevation style

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent e7aebda9dc
commit 32c21f9cd3
2 changed files with 6 additions and 30 deletions

View File

@@ -436,6 +436,12 @@ div#dice {
display: none;
}
.select-elevation input:checked+label {
border: 1px solid salmon;
border-radius: 3px;
background-color: #cdd9e9;
}
@keyframes roll-out {
0% {
transform: scaleX(1);