mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-15 05:19:58 +00:00
style: change text color to red in datetime input with invalid scheduled time
This commit is contained in:
parent
dc4ba794f6
commit
2e81f4180b
1 changed files with 5 additions and 1 deletions
|
@ -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 a new issue