CSS-in-JS-generator icon indicating copy to clipboard operation
CSS-in-JS-generator copied to clipboard

Bootstrap v5 .form-check-label

Open krainboltgreene opened this issue 5 years ago • 0 comments

So .form-check-label no longer has it's own styling, only related styles depending on the sibling input. This creates a rather strange bit of output!

    &:disabled ~ .form-check-label,
    &[disabled] ~ .form-check-label {
        opacity: 0.5;
    }

    &.${isValid} {
        border-color: #198754;
    }

krainboltgreene avatar Nov 27 '20 06:11 krainboltgreene