UX: Fix user-select regressions (#31129)

…and cases that didn't take webkit into account at all.
This commit is contained in:
Jarek Radosz
2025-02-03 18:14:11 +01:00
committed by GitHub
parent e55d00d405
commit 80d7075171
8 changed files with 18 additions and 8 deletions

View File

@ -1,6 +1,6 @@
.inline-footnotes {
a.expand-footnote {
user-select: none;
@include user-select(none);
padding: 0 0.5em;
margin: 0 0 0 0.25em;
color: var(--primary-low-mid-or-secondary-high);