Add :active state

This commit is contained in:
Jip Fr
2024-01-10 21:46:53 +01:00
parent 1366d7dc82
commit 3e0ae7bd59

View File

@@ -46,6 +46,10 @@
background-color: transparent;
}
.toggle-button:active .inside-glow {
transform: rotate(180deg);
}
.actual-button-style {
position: absolute;
top: 0;