forked from CGM_Public/pretix_original
Move cursor fix for disabled fieldsets from bootstrap to presale
This commit is contained in:
committed by
GitHub
parent
e2e0eca872
commit
74edf10b04
@@ -70,7 +70,7 @@ input[type="checkbox"] {
|
||||
// Note: Neither radios nor checkboxes can be readonly.
|
||||
&[disabled],
|
||||
&.disabled,
|
||||
fieldset[disabled] &:not(fieldset[disabled] > legend &) {
|
||||
fieldset[disabled] & {
|
||||
cursor: $cursor-disabled;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user