less mislicks, switched to :focus where appropriate

This commit is contained in:
2023-07-13 18:27:02 +02:00
parent 2eaef8e10c
commit e3de4e8db9
4 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
animation: shake 0.5s ease forwards;
}
.action_button:active{
.action_button:focus{
transition: 50ms;
scale: 0.8 0.8;
}