Explorar el Código

Fix missing focus highlight for guest buttons

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v24.0.0beta1
Joas Schilling hace 2 años
padre
commit
62261558f9
No account linked to committer's email address
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      core/css/guest.css

+ 4
- 0
core/css/guest.css Ver fichero

@@ -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'],

Cargando…
Cancelar
Guardar