Highlight buttons if they are in focus

This commit is contained in:
Ivan R. 2023-07-21 10:05:20 +05:00
parent 4b84a5b508
commit ec9524fd0d
No known key found for this signature in database
GPG key ID: 56C7BAAE859B302C

View file

@ -43,6 +43,7 @@ button {
input:focus, input:focus,
input:hover, input:hover,
button:active, button:active,
button:hover { button:hover,
button:focus {
border-color: #812abd; border-color: #812abd;
} }