Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 1, 2021
1 parent dd65751 commit 49b7ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions site/content/docs/5.1/components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.1/utilities/interactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 49b7ade

Please sign in to comment.