mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(login): only show error state on login box if user interacted
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
892c473b06
commit
917b77a026
1 changed files with 5 additions and 0 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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue