mirror of https://github.com/twbs/bootstrap.git
Added `user-select-text` class
This commit is contained in:
parent
90acd33350
commit
772e4a4ce5
|
@ -699,7 +699,7 @@ $utilities: map-merge(
|
|||
// scss-docs-start utils-interaction
|
||||
"user-select": (
|
||||
property: user-select,
|
||||
values: all auto none
|
||||
values: all auto text none
|
||||
),
|
||||
"pointer-events": (
|
||||
property: pointer-events,
|
||||
|
|
Loading…
Reference in New Issue