Incorrect rendering of pseudo-element before
I have such an element on vue: <div class=”container”> <div class=”rating”> <input type=”radio” id=”star5″ name=”rating” value=”5″ /><label for=”star5″ class=”full” title=”Awesome” ></label> <input type=”radio” id=”star4.5″ name=”rating” value=”4.5″ /><label for=”star4.5″ class=”half” ></label> <input type=”radio” id=”star4″ name=”rating” value=”4″ /><label for=”star4″ class=”full” ></label> <input type=”radio” id=”star3.5″ name=”rating” value=”3.5″ /><label for=”star3.5″ class=”half” ></label> <input type=”radio” id=”star3″ name=”rating” value=”3″ /><label for=”star3″ … Read more