mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
add .user-select-none utility class
This commit is contained in:
parent
1417f1298f
commit
200a9ab1e3
@ -219,3 +219,8 @@
|
||||
.text-mono {
|
||||
font-family: $mono-font;
|
||||
}
|
||||
|
||||
/* Disallow user from selecting text */
|
||||
.user-select-none {
|
||||
user-select: none !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user