When not using _graphic values, the list items are shown with a circle to the left of the text. The appearance of this circle is somewhere between an icon and a bullet, but it's not quite either one. I've always thought this circle could be smaller, more like a standard list bullet.
What are everyone else's thoughts? Does it bother you? Is it fine? Would you recommend a different approach?
Current:
Suggested:
This uses width and height of 0.65rem for the pseudo-element and then padding-top: 0.5rem to align the bullet with the title.
Considerations
Would need to see how this would work when using other alignment options as well as multiple columns.
Subject of the enhancement
When not using
_graphic
values, the list items are shown with a circle to the left of the text. The appearance of this circle is somewhere between an icon and a bullet, but it's not quite either one. I've always thought this circle could be smaller, more like a standard list bullet.What are everyone else's thoughts? Does it bother you? Is it fine? Would you recommend a different approach?
Current:
Suggested:
This uses width and height of 0.65rem for the pseudo-element and then padding-top: 0.5rem to align the bullet with the title.
Considerations
Would need to see how this would work when using other alignment options as well as multiple columns.