Closed (fixed)
Project:
Business Group Zymphonies Theme
Version:
8.x-1.0
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2017 at 14:32 UTC
Updated:
16 Sep 2018 at 19:02 UTC
Jump to comment: Most recent
Comments
Comment #2
zymphonies-dev commentedUpdated changes in 8.x-1.1
Comment #3
zymphonies-dev commentedComment #4
tzsl commentedI had the same problem in webform and a selfmade subtheme of Mayo. (drupal 8.6.1)
I solved it by adding in the style.css of my subtheme
.form-required::after {
content: '';
vertical-align: super;
display: inline-block;
background-image: url(/core/misc/icons/ee0000/required.svg);
background-repeat: no-repeat;
background-size: 6px 6px;
width: 6px;
height: 6px;
margin: 0 0.3em;
}