mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #33240 from nextcloud/fix/login-input-focus
This commit is contained in:
commit
d07b78635e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue