From 49b7adedd6ad3b8b213277e02914e97734a7d3fc Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 1 Dec 2021 18:31:47 +0200 Subject: [PATCH] Fixes --- site/content/docs/5.1/components/tooltips.md | 1 + site/content/docs/5.1/utilities/interactions.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/site/content/docs/5.1/components/tooltips.md b/site/content/docs/5.1/components/tooltips.md index 16501a3c9..e870cc6ea 100644 --- a/site/content/docs/5.1/components/tooltips.md +++ b/site/content/docs/5.1/components/tooltips.md @@ -399,6 +399,7 @@ Gives a way to change the tooltip's content after its initialization. ```js tooltip.setContent({ '.tooltip-inner': 'another title' }) ``` + {{< callout info >}} The `setContent` method accepts an `object` argument, where each property-key is a valid `string` selector within the popover template, and each related property-value can be `string` | `element` | `function` | `null` {{< /callout >}} diff --git a/site/content/docs/5.1/utilities/interactions.md b/site/content/docs/5.1/utilities/interactions.md index 35ea2b995..0e8ea001f 100644 --- a/site/content/docs/5.1/utilities/interactions.md +++ b/site/content/docs/5.1/utilities/interactions.md @@ -31,7 +31,7 @@ The `.pe-none` class (and the `pointer-events` CSS property it sets) only preven If possible, the simpler solution is: - For form controls, add the `disabled` HTML attribute. -* For links, remove the `href` attribute, making it a non-interactive anchor or placeholder link. +- For links, remove the `href` attribute, making it a non-interactive anchor or placeholder link. ## Sass