Browse Source

Fix missing focus highlight for guest buttons

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v24.0.0beta1
Joas Schilling 2 years ago
parent
commit
62261558f9
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      core/css/guest.css

+ 4
- 0
core/css/guest.css 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'],

Loading…
Cancel
Save