Fix missing focus highlight for guest buttons

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-02-25 11:44:17 +01:00
parent 22a9c54f89
commit 62261558f9
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -270,6 +270,10 @@ select {
border-radius: 100px; /* --border-radius-pill */
cursor: pointer;
}
input[type='submit']:focus {
border: 2px solid black !important;
padding: 8px;
}
input[type='text'],
input[type='tel'],
input[type='password'],