diff options
| author | Mark Otto <[email protected]> | 2022-03-11 11:29:52 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-11 21:29:52 +0200 |
| commit | d16088d5d1ec2de56a301fbb8e1a227ae7eb5ece (patch) | |
| tree | 6b75dc147fdbb2e89e43e6cd2e5b91cece69c1b8 /site/content/docs/5.1/components/dropdowns.md | |
| parent | ce655ee6f2fb8ad774846e4afe7daeb9fc8686e7 (diff) | |
| download | bootstrap-d16088d5d1ec2de56a301fbb8e1a227ae7eb5ece.tar.xz bootstrap-d16088d5d1ec2de56a301fbb8e1a227ae7eb5ece.zip | |
Redesign the "Added in" badges in the docs (#35980)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to 'site/content/docs/5.1/components/dropdowns.md')
| -rw-r--r-- | site/content/docs/5.1/components/dropdowns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/dropdowns.md b/site/content/docs/5.1/components/dropdowns.md index 7971e0dfd..e5a396d56 100644 --- a/site/content/docs/5.1/components/dropdowns.md +++ b/site/content/docs/5.1/components/dropdowns.md @@ -991,7 +991,7 @@ By default, the dropdown menu is closed when clicking inside or outside the drop ### Variables -<small class="d-inline-flex px-2 py-1 font-monospace text-muted border rounded-3">Added in v5.2.0</small> +<small class="d-inline-flex px-2 py-1 fw-semibold text-success bg-success bg-opacity-10 rounded-2">Added in v5.2.0</small> As part of Bootstrap's evolving CSS variables approach, dropdowns now use local CSS variables on `.dropdown-menu` for enhanced real-time customization. Values for the CSS variables are set via Sass, so Sass customization is still supported, too. |
