mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 08:43:38 +08:00
71f808dea9
Some checks failed
Licenses / run (push) Waiting to run
Linting / run (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (frontend, themes) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (system, chat) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (system, core) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (system, plugins) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (system, themes) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (annotations, core) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (backend, core) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (backend, plugins) (push) Waiting to run
Tests / ${{ matrix.target }} ${{ matrix.build_type }} (frontend, plugins) (push) Waiting to run
Tests / core frontend (${{ matrix.browser }}) (Chrome) (push) Waiting to run
Tests / core frontend (${{ matrix.browser }}) (Firefox ESR) (push) Waiting to run
Tests / core frontend (${{ matrix.browser }}) (Firefox Evergreen) (push) Waiting to run
Migration Tests / Tests with Ruby ${{ matrix.ruby }} (3.3) (push) Has been cancelled
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. |
||
---|---|---|
.. | ||
_bookmark-list.scss | ||
_index.scss | ||
_topic-list.scss | ||
about.scss | ||
activation.scss | ||
alert.scss | ||
bbcode.scss | ||
category-list.scss | ||
code_highlighting.scss | ||
colorpicker.scss | ||
compose.scss | ||
composer-user-selector.scss | ||
crawler_layout.scss | ||
d-icon.scss | ||
d-image-grid.scss | ||
dialog.scss | ||
directory.scss | ||
discourse.scss | ||
edit-category.scss | ||
edit-topic-timer-modal.scss | ||
ember-select.scss | ||
emoji.scss | ||
empty-state.scss | ||
exception.scss | ||
explain-reviewable.scss | ||
faqs.scss | ||
group.scss | ||
groups.scss | ||
header.scss | ||
history.scss | ||
json_schema.scss | ||
lightbox.scss | ||
login-signup-page.scss | ||
login.scss | ||
magnific-popup.scss | ||
menu-panel.scss | ||
modal.scss | ||
new-user.scss | ||
not-found.scss | ||
onebox.scss | ||
personal-message.scss | ||
popup-menu.scss | ||
redirection.scss | ||
reorder-categories.scss | ||
reviewables.scss | ||
revise-and-reject-post-reviewable.scss | ||
rtl.scss | ||
search-menu.scss | ||
search.scss | ||
share_link.scss | ||
shared-drafts.scss | ||
sidebar-custom-section.scss | ||
sidebar-footer.scss | ||
sidebar-more-section-links.scss | ||
sidebar-section-link.scss | ||
sidebar-section.scss | ||
sidebar.scss | ||
static-login.scss | ||
tagging.scss | ||
tooltip.scss | ||
topic-admin-menu.scss | ||
topic-post.scss | ||
topic.scss | ||
upload.scss | ||
user-badges.scss | ||
user-tips.scss | ||
user.scss |