@bulmil/core
Version:

28 lines (26 loc) • 576 B
CSS
/* Bulma Utilities */
.radio, .checkbox {
cursor: pointer;
display: inline-block;
line-height: 1.25;
position: relative;
}
.radio input, .checkbox input {
cursor: pointer;
}
.radio:hover, .checkbox:hover {
color: hsl(0, 0%, 21%);
}
[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
color: hsl(0, 0%, 48%);
cursor: not-allowed;
}
.radio + .radio {
margin-left: 0.5em;
}
bm-checkbox[disabled=true] .checkbox {
color: hsl(0, 0%, 48%);
cursor: not-allowed;
}