]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention user-select-all support in docs (#32151)
authorMark Otto <markd.otto@gmail.com>
Fri, 13 Nov 2020 18:49:32 +0000 (10:49 -0800)
committerGitHub <noreply@github.com>
Fri, 13 Nov 2020 18:49:32 +0000 (20:49 +0200)
site/docs/4.5/utilities/interactions.md

index 4bb20c4e67db6deb784290af198461d0ff658cdb..024d796a1106ab1ec0f12a683897fee23f053335 100644 (file)
@@ -7,7 +7,7 @@ group: utilities
 
 ## 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 %}
 <p class="user-select-all">This paragraph will be entirely selected when clicked by the user.</p>