https://bugzilla.wikimedia.org/show_bug.cgi?id=35338
--- Comment #3 from [email protected] --- Is a CSS-only solution a possibility? <style> @media only screen and (-webkit-min-device-pixel-ratio: 1.5) { li { position: relative; } li::before { content: ""; border-radius: 3px; border: 3px solid #00528c; position: absolute; left: -13px; top: 8px; } } </style> -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
