mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 06:37:56 -04:00
Merge pull request #50798 from nextcloud/fix/login-error-state
fix(login): only show error state on login box if user interacted
This commit is contained in:
commit
626e5bd93e
3 changed files with 8 additions and 3 deletions
|
|
@ -304,5 +304,10 @@ export default {
|
|||
text-align: center;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
// Only show the error state if the user interacted with the login box
|
||||
:deep(input:invalid:not(:user-invalid)) {
|
||||
border-color: var(--color-border-maxcontrast) !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
4
dist/core-login.js
vendored
4
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-login.js.map
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue