sassquatch icon indicating copy to clipboard operation
sassquatch copied to clipboard

Remove style that overlap with Red Label

Open aquillano opened this issue 10 years ago • 0 comments

i.e.

input:checked + .icon-checkbox,     // *2
    input.checked + .icon-checkbox {    // *3
        @include color_link;
        &:before {
            content: "\E0D3";
        }
        &:after {
            content: "Selected Checkbox";
        }
    }

... and similar.

aquillano avatar Apr 11 '14 21:04 aquillano