Explorar el Código

Fix login input focus border

Signed-off-by: Christopher Ng <chrng8@gmail.com>
tags/v25.0.0beta1
Christopher Ng hace 1 año
padre
commit
d2854c4e5a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      core/css/guest.css

+ 1
- 1
core/css/guest.css Ver fichero

@@ -290,7 +290,7 @@ input[type='email'] {
}
input[type='text']:focus-visible,
input[type='password']:focus-visible {
outline: var(--color-primary) auto 2px;
outline: var(--color-primary) auto 2px !important;
}
input[type='password'].password-with-toggle, input[type='text'].password-with-toggle {
width: 219px;

Cargando…
Cancelar
Guardar