1
0

Add disabled state for task titles

This commit is contained in:
kolaente
2020-11-28 15:30:34 +01:00
parent 79c8783fdb
commit d0e304e43b
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 {