File "style.scss"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/core/packages/components/src/checkbox-control/style.scss
File size: 422 bytes
MIME-type: text/plain
Charset: utf-8

.components-checkbox-control__input[type="checkbox"] {
    &.components-checkbox-control__input--indeterminate {
        background: var(--wp-admin-theme-color);
        border-color: var(--wp-admin-theme-color);

        // Hide default checkbox styles in IE.
        &::-ms-check {
            opacity: 0;
        }
    }

    &.components-checkbox-control__input--indeterminate::before {
        content: none;
    }
}