Due to Vector's use of sans-serif and a smaller font-size we're currently dealing with mis-positioning and wrong color when normal CSS bullets would be used.
Therefore Vector relies on an SVG image.
SVG bullets where supported (current) | CSS bullets type: disc |
---|---|
As this comes at cost of another HTTP request, a CSS-only solution seems to be preferable.
[[ https://caniuse.com/#feat=mdn-css_selectors_marker | ::marker ]] would come to the rescue, currently implemented in Firefox 68+ & Safari.
- Firefox: Done
- Safari: Done
- Chrome: Upstream issue: https://bugs.chromium.org/p/chromium/issues/detail?id=457718