Hi, for my first contribution I can take this ticket and see what I can do to fix this problem. :)
- First commit to issue fork.
- Status changed to Needs review
almost 2 years ago 7:25am 22 November 2023
Bartik sets a .field__label class only for .field--type-entity-reference and .field--name-field-tags. Instead it should inherit Classy's styling for those selectors as they are. (Currently on the field label of only these two fields, Bartik overrides the font-weight, lateral padding and font-size).
Standard install profile content type (e.g. Article), create an entity reference field.body field.Manage display of a Content type, set both field labels to display the same way, either Above or Inline.All field label(s) use the same styling.
Remove all calls to the .field__label class from the Bartik css, allowing Bartik to inherit Classy styling on each field label.
Needs work
1.0
Look and Feel
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi, for my first contribution I can take this ticket and see what I can do to fix this problem. :)