forked from CGM_Public/pretix_original
Backend forms: Do not allow to click empty labels
This commit is contained in:
@@ -311,6 +311,9 @@ input[type=number].short {
|
||||
}
|
||||
}
|
||||
|
||||
label.label-empty {
|
||||
pointer-events: none;
|
||||
}
|
||||
label .optional {
|
||||
color: $text-muted;
|
||||
font-weight: normal;
|
||||
|
||||
Reference in New Issue
Block a user