Backend forms: Do not allow to click empty labels

This commit is contained in:
Raphael Michel
2020-10-09 12:19:44 +02:00
parent dca61447cf
commit da725c0bff
2 changed files with 9 additions and 0 deletions

View File

@@ -311,6 +311,9 @@ input[type=number].short {
}
}
label.label-empty {
pointer-events: none;
}
label .optional {
color: $text-muted;
font-weight: normal;