forked from CGM_Public/pretix_original
Fix cursor on elements in disabled fieldsets' legends
This commit is contained in:
@@ -70,7 +70,7 @@ input[type="checkbox"] {
|
||||
// Note: Neither radios nor checkboxes can be readonly.
|
||||
&[disabled],
|
||||
&.disabled,
|
||||
fieldset[disabled] & {
|
||||
fieldset[disabled] &:not(fieldset[disabled] > legend &) {
|
||||
cursor: $cursor-disabled;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user