Add disabled state for task titles

This commit is contained in:
kolaente 2020-11-28 15:30:34 +01:00
parent 79c8783fdb
commit d0e304e43b
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 16 additions and 3 deletions

View file

@ -179,6 +179,14 @@
background: $input-background-color;
border-color: $input-focus-border-color;
}
&.disabled {
&:focus, &:hover {
background: transparent !important;
border-color: transparent !important;
cursor: default !important;
}
}
}
h1, h2, h3 {