/** * All of the CSS for your admin-specific functionality should be * included in this file. */ .label { pointer-events: none; opacity: 0.4; } .day-checkbox:checked ~ .label { pointer-events: initial; opacity: 1; }