diff --git a/site/content/docs/5.0/utilities/interactions.md b/site/content/docs/5.0/utilities/interactions.md index 4c0c71f1b5..8909e85587 100644 --- a/site/content/docs/5.0/utilities/interactions.md +++ b/site/content/docs/5.0/utilities/interactions.md @@ -18,10 +18,14 @@ Change the way in which the content is selected when the user interacts with it. ## Pointer events -Bootstrap provides `pe-none` and `pe-auto` classes to prevent or add element interactions. +Bootstrap provides `.pe-none` and `.pe-auto` classes to prevent or add element interactions. {{< example >}} -
This link can not be clicked.
+This link can not be clicked.
This link can be clicked (this is default behaviour).
-This link can not be clicked because the pointer-events
property is inherited from its parent. However, this link has a pe-auto
class and can be clicked.
This link can not be clicked because the pointer-events
property is inherited from its parent. However, this link has a pe-auto
class and can be clicked.