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

@ -8,7 +8,7 @@
border: 1px solid var(--primary-300);
background: transparent;
cursor: pointer;
user-select: none;
@include user-select(none);
transition: background 0.2s, border-color 0.2s;
&.reacted {