mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 11:24:49 +08:00
UX: Avoid showing text cursor on unselectables (#18261)
This commit is contained in:
@ -120,6 +120,7 @@ $hpad: 0.65em;
|
|||||||
|
|
||||||
@mixin unselectable {
|
@mixin unselectable {
|
||||||
@include user-select(none);
|
@include user-select(none);
|
||||||
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Stuff we repeat
|
// Stuff we repeat
|
||||||
|
Reference in New Issue
Block a user