From: Mark Otto Date: Fri, 13 Mar 2026 01:02:22 +0000 (-0700) Subject: user-select text support, closes #41246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ba9b95fc43756db84d990973a4250ce290d1de5;p=thirdparty%2Fbootstrap.git user-select text support, closes #41246 --- diff --git a/scss/_utilities.scss b/scss/_utilities.scss index 4aadac1033..c1687682a7 100644 --- a/scss/_utilities.scss +++ b/scss/_utilities.scss @@ -863,7 +863,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, diff --git a/site/src/content/docs/utilities/interactions.mdx b/site/src/content/docs/utilities/interactions.mdx index 83de41d431..6e41c1d610 100644 --- a/site/src/content/docs/utilities/interactions.mdx +++ b/site/src/content/docs/utilities/interactions.mdx @@ -13,6 +13,7 @@ Change the way in which the content is selected when the user interacts with it. This paragraph will be entirely selected when clicked by the user.

This paragraph has default select behavior.

+

This paragraph has text select behavior.

This paragraph will not be selectable when clicked by the user.

`} /> ## Pointer events