1
0

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
2 changed files with 12 additions and 5 deletions

View File

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