less mislicks, switched to :focus where appropriate
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
animation: shake 0.5s ease forwards;
|
||||
}
|
||||
|
||||
.action_button:active{
|
||||
.action_button:focus{
|
||||
transition: 50ms;
|
||||
scale: 0.8 0.8;
|
||||
}
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.icon:active{
|
||||
.icon:focus{
|
||||
scale: 0.8 0.8;
|
||||
rotate: var(--angle, 30deg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user