UNPKG

@bulmil/core

Version:

![bulmil](https://user-images.githubusercontent.com/2362138/65766959-c721a080-e16f-11e9-9fb9-45a5a2ad0391.jpg)

28 lines (26 loc) 576 B
/* 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; }