mirror of
https://github.com/elk-zone/elk
synced 2024-11-23 22:56:09 +09:00
style: change text color to red in datetime input with invalid scheduled time
This commit is contained in:
parent
dc4ba794f6
commit
2e81f4180b
@ -639,7 +639,7 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
|
||||
color: var(--c-text-btn-disabled);
|
||||
}
|
||||
|
||||
.option-input:focus+.delete-button {
|
||||
.option-input:focus + .delete-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -653,4 +653,8 @@ function stopQuestionMarkPropagation(e: KeyboardEvent) {
|
||||
align-items: center;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
input[name="schedule-datetime"]:invalid {
|
||||
color: var(--c-danger);
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user