aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/button-group.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/4.0/components/button-group.md')
-rw-r--r--docs/4.0/components/button-group.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/4.0/components/button-group.md b/docs/4.0/components/button-group.md
index e702bb76e..8fea3de90 100644
--- a/docs/4.0/components/button-group.md
+++ b/docs/4.0/components/button-group.md
@@ -25,6 +25,7 @@ In order for assistive technologies (such as screen readers) to convey that a se
In addition, groups and toolbars should be given an explicit label, as most assistive technologies will otherwise not announce them, despite the presence of the correct role attribute. In the examples provided here, we use `aria-label`, but alternatives such as `aria-labelledby` can also be used.
{% endcallout %}
+
## Button toolbar
Combine sets of button groups into button toolbars for more complex components. Use utility classes as needed to space out groups, buttons, and more.
@@ -195,7 +196,3 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli
...
</div>
{% endhighlight %}
-
-## Tooltips and popovers
-
-Due to the specific implementation (and some other components), a bit of special casing is required for tooltips and popovers within button groups. **You'll have to specify the option `container: 'body'`** to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).