Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorCatalin Zalog <c@zalog.ro>2022-10-12 11:12:03 +0300
committerMark Otto <otto@github.com>2022-10-12 21:57:05 +0300
commit3377ca49a11bdfcf521803a391dcc3ddab86c655 (patch)
treeea776c2885677fb5a90af8e796492c97165f928f /site
parent16e3f97b821e7cef2f25f236e2d8a50378d9c9fa (diff)
docs: fixes text buttons to match behavior
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.2/components/dropdowns.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.2/components/dropdowns.md b/site/content/docs/5.2/components/dropdowns.md
index c729542db1..70087aa8de 100644
--- a/site/content/docs/5.2/components/dropdowns.md
+++ b/site/content/docs/5.2/components/dropdowns.md
@@ -956,7 +956,7 @@ By default, the dropdown menu is closed when clicking inside or outside the drop
<div class="btn-group">
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-auto-close="inside" aria-expanded="false">
- Clickable outside
+ Clickable inside
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Menu item</a></li>
@@ -967,7 +967,7 @@ By default, the dropdown menu is closed when clicking inside or outside the drop
<div class="btn-group">
<button class="btn btn-secondary dropdown-toggle" type="button" data-bs-toggle="dropdown" data-bs-auto-close="outside" aria-expanded="false">
- Clickable inside
+ Clickable outside
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Menu item</a></li>