mirror of https://github.com/twbs/bootstrap.git
Merge f8a99361f4
into 99a0dc628a
This commit is contained in:
commit
6327a7f3e8
|
@ -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,
|
||||
|
|
|
@ -13,6 +13,7 @@ Change the way in which the content is selected when the user interacts with it.
|
|||
{{< example >}}
|
||||
<p class="user-select-all">This paragraph will be entirely selected when clicked by the user.</p>
|
||||
<p class="user-select-auto">This paragraph has default select behavior.</p>
|
||||
<p class="user-select-text">This paragraph text will be selectable.</p>
|
||||
<p class="user-select-none">This paragraph will not be selectable when clicked by the user.</p>
|
||||
{{< /example >}}
|
||||
|
||||
|
|
Loading…
Reference in New Issue