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