Add outline to button list (#644)

It's unclear otherwise when using the keyboard
This commit is contained in:
Christopher Chedeau 2020-02-01 02:57:57 +00:00 committed by GitHub
parent 29f1465b81
commit 39674fe2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ body {
margin: 1px;
}
.buttonList label:focus-within,
input:focus {
outline: transparent;
box-shadow: 0 0 0 2px #a5d8ff;