github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/expanded-single-select/skin.scss (about) 1 %expanded-single-select label { 2 cursor: pointer; 3 } 4 %expanded-single-select input[type='radio']:checked + *, 5 %expanded-single-select input[type='radio']:hover + *, 6 %expanded-single-select input[type='radio']:focus + * { 7 box-shadow: 0 4px 8px 0 rgba($ui-black, 0.05); 8 } 9 %expanded-single-select input[type='radio']:checked + *, 10 %expanded-single-select input[type='radio']:hover + *, 11 %expanded-single-select input[type='radio']:focus + * { 12 background-color: $ui-white; 13 }