Add disabled state for task titles
This commit is contained in:
parent
79c8783fdb
commit
d0e304e43b
3 changed files with 16 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue