feat: disable submit until valid
This commit is contained in:
@@ -27,4 +27,8 @@
|
||||
button:focus {
|
||||
outline: 2px solid #007bff;
|
||||
}
|
||||
button:disabled {
|
||||
background: linear-gradient(-18deg, #66697b, #4e4e5e);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user