Skip to content

Commit f0f836e

Browse files
authored
chore(docs): note about requiring BootstrapVue custom CSS for tooltips/popovers (#4238)
1 parent fd48ded commit f0f836e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components/popover/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Things to know when using popover component:
2828

2929
- Popovers rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
30-
- Popovers require BootstrapVue's custom SCSS/CSS for transitions and color variants.
30+
- Popovers require BootstrapVue's custom SCSS/CSS in order to function correctly, and for variants.
3131
- Specify `container` as `null` (default, appends to `<body>`) to avoid rendering problems in more
3232
complex components (like input groups, button groups, etc). You can use `container` to optionally
3333
specify a different element to append the rendered popover to.

src/components/tooltip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Things to know when using tooltip component:
2626

2727
- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
28-
- Tooltips require BootstrapVue's custom SCSS/CSS for transitions and color variants.
28+
- Tooltips require BootstrapVue's custom SCSS/CSS in order to function correctly, and for variants.
2929
- Triggering tooltips on hidden elements will not work.
3030
- Specify `container` as `null` (default, appends to `<body>`) to avoid rendering problems in more
3131
complex components (like input groups, button groups, etc). You can use container to optionally

src/directives/popover/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ to appear.
2121
Things to know when using the popover directive:
2222

2323
- Popovers rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
24-
- Popovers require BootstrapVue's custom SCSS/CSS for transitions and color variants.
24+
- Popovers require BootstrapVue's custom SCSS/CSS in order to function correctly, and for variants.
2525
- If both title and content is not provided (or are an empty string), the popover will not show.
2626
- Specify container: 'body' (default) to avoid rendering problems in more complex components (like
2727
input groups, button groups, etc).

src/directives/tooltip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ appear.
1919
Things to know when using the tooltip directive:
2020

2121
- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org/) for positioning.
22-
- Tooltips require BootstrapVue's custom SCSS/CSS for transitions and color variants.
22+
- Tooltips require BootstrapVue's custom SCSS/CSS in order to function correctly, and for variants.
2323
- If a title is not provided (or is an empty string), the tooltip will not show.
2424
- Specify container: 'body' (the default) to avoid rendering problems in more complex components
2525
(like input groups, button groups, etc).

0 commit comments

Comments
 (0)