Select label that has :disabled sibling.
label
:disabled
Try hovering the label.
label:has(+ :disabled) { cursor: not-allowed; }