mirror of
https://github.com/discourse/discourse.git
synced 2025-06-03 12:05:50 +08:00
UX: Fix user-select regressions (#31129)
…and cases that didn't take webkit into account at all.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user