From cbd333185e3407c6c0b8ade77ff4bb8be8238045 Mon Sep 17 00:00:00 2001 From: Peter Blazejewicz Date: Mon, 11 Feb 2019 11:27:14 +0100 Subject: Use consistent arrow class (#28105) --- site/docs/4.3/components/popovers.md | 4 ++-- site/docs/4.3/components/tooltips.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'site/docs') diff --git a/site/docs/4.3/components/popovers.md b/site/docs/4.3/components/popovers.md index d648c64753..3dd14a52e5 100644 --- a/site/docs/4.3/components/popovers.md +++ b/site/docs/4.3/components/popovers.md @@ -212,12 +212,12 @@ Note that for security reasons the `sanitize`, `sanitizeFn` and `whiteList` opti template string - '<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>' + '<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'

Base HTML to use when creating the popover.

The popover's title will be injected into the .popover-header.

The popover's content will be injected into the .popover-body.

-

.arrow will become the popover's arrow.

+

.popover-arrow will become the popover's arrow.

The outermost wrapper element should have the .popover class.

diff --git a/site/docs/4.3/components/tooltips.md b/site/docs/4.3/components/tooltips.md index 2fe90a6713..3ddd0e06ab 100644 --- a/site/docs/4.3/components/tooltips.md +++ b/site/docs/4.3/components/tooltips.md @@ -119,7 +119,7 @@ Additionally, do not rely solely on `hover` as the trigger for your tooltip, as