mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 05:33:02 +02:00
Mention user-select-all support in docs (#32151)
This commit is contained in:
@@ -7,7 +7,7 @@ group: utilities
|
|||||||
|
|
||||||
## Text selection
|
## Text selection
|
||||||
|
|
||||||
Change how the content is selected when the user interacts with it.
|
Change how the content is selected when the user interacts with it. Note that Internet Explorer and Legacy Edge have no support for the `all` value for `user-select`, and as such, **`.user-select-all` is not supported by either browser.**
|
||||||
|
|
||||||
{% capture example %}
|
{% capture example %}
|
||||||
<p class="user-select-all">This paragraph will be entirely selected when clicked by the user.</p>
|
<p class="user-select-all">This paragraph will be entirely selected when clicked by the user.</p>
|
||||||
|
Reference in New Issue
Block a user