Fixed label edit still opening when deleting a label

This commit is contained in:
kolaente 2019-10-26 14:39:27 +02:00
parent 1f504b1e6d
commit 7a997b52a6
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 12 additions and 5 deletions

View file

@ -9,7 +9,10 @@
&.disabled{
opacity: 0.7;
cursor: default;
&, a {
cursor: default;
}
}
}
}