UX: Avoid showing text cursor on unselectables (#18261)

This commit is contained in:
Jarek Radosz 2022-09-15 15:56:45 +02:00 committed by GitHub
parent 1a2bf52656
commit 658eedeaa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ $hpad: 0.65em;
@mixin unselectable {
@include user-select(none);
cursor: default;
}
// Stuff we repeat