UX: Avoid showing text cursor on unselectables (#18261)
This commit is contained in:
parent
1a2bf52656
commit
658eedeaa7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue