mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:11:08 -06:00
71f808dea9
Currently the tracking for clicked links are injected into the HTML in a span tag. This leads to the link counter value being highlighted when copying and pasting. Additionally, any means for using CSS to hide link counters result in a gap due to it occupying a specific width. With this change, we make link counters appear in a data attribute on the link element and visually shown with CSS `::after` element. |
||
---|---|---|
.. | ||
base.scss | ||
color_transformations.scss | ||
colors.scss | ||
helpers.scss | ||
math.scss | ||
mixins.scss | ||
variables.scss |