getchopchop / chopchop

Front end user interface primer toolkit for the pro's
https://getchopchop.github.io
MIT License
31 stars 7 forks source link

Rating Pattern Fix #219

Open gazjoy opened 7 years ago

gazjoy commented 7 years ago

See https://gitlab.iweb.co.uk/MyMemory/mymemory-chop/blob/master/src/scss/component/_rating.scss

            &::after {
                display: block;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }