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

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-09-06 20:08:44 +0300
committerMark Otto <markdotto@gmail.com>2022-09-06 20:08:44 +0300
commit44e11d5aecec8910868ce65b9d726644eec0a7c8 (patch)
treec60502501c6c72470a4584e2cc7fdac518ca12bc
parent9a663b45bd51cbc60b09bb8f2d80e5f34016295b (diff)
Mention accordiong changev521-post
-rw-r--r--src/content/posts/2022/bootstrap-5-2-1.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/posts/2022/bootstrap-5-2-1.md b/src/content/posts/2022/bootstrap-5-2-1.md
index d391f399..b376f19e 100644
--- a/src/content/posts/2022/bootstrap-5-2-1.md
+++ b/src/content/posts/2022/bootstrap-5-2-1.md
@@ -24,6 +24,8 @@ We debated not including the button focus change in v5.2.1, but felt it was impo
In addition to the changes above, we've fixed bugs across several components:
+- **Accordion**
+ - Update `color` value to use the `$accordion-button-color` Sass variable instead of our color contrast function
- **Buttons**
- Added a `transparent` default hover border color CSS variable for buttons to fix a visual regression
- `.btn-link` no longer has a gradient when `$enable-gradients` is set to `true`