fix router link disabling

This commit is contained in:
Samuel Lorch 2023-04-02 16:58:40 +02:00
parent 0fdd9ddf60
commit f0edca127f
7 changed files with 8 additions and 7 deletions

View file

@ -71,8 +71,9 @@ button, .button {
background-color: var(--cl-bg-hl);
}
.button:disabled, button:disabled {
.button:disabled, button:disabled, .disabled {
background-color: var(--cl-bg-hl);
pointer-events: none;
}
input, textarea {