Active state

This commit is contained in:
Jip Fr
2024-01-10 22:18:47 +01:00
parent 5b0a8d313b
commit 80979b8560

View File

@@ -44,6 +44,7 @@
overflow: hidden; overflow: hidden;
border: 0; border: 0;
background-color: transparent; background-color: transparent;
transition: transform 50ms;
} }
.inside-glow { .inside-glow {
@@ -55,6 +56,10 @@
transform: rotate(45deg); transform: rotate(45deg);
} }
.toggle-button:active {
transform: scale(0.95);
}
.actual-button-style { .actual-button-style {
position: absolute; position: absolute;
top: 0; top: 0;