We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892c473 commit 61d9100Copy full SHA for 61d9100
1 file changed
core/src/components/login/LoginForm.vue
@@ -304,5 +304,10 @@ export default {
304
text-align: center;
305
overflow-wrap: anywhere;
306
}
307
+
308
+ // Only show the error state if the user interacted with the login box
309
+ :deep(input:invalid:not(:user-invalid)) {
310
+ border-color: var(--color-border-maxcontrast) !important;
311
+ }
312
313
</style>
0 commit comments