aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorGaĆ«l Poupard <[email protected]>2020-07-12 06:56:33 +0200
committerGitHub <[email protected]>2020-07-12 07:56:33 +0300
commit37ef4e4b5ef7406d10009539a44ab7a340a1fb98 (patch)
tree49c78693a93796c943a6c8da5f1014fbde6ba240 /site/content/docs
parenteeb73e0ccf9c9b1b4fae438ac65851b99bbe10a3 (diff)
downloadbootstrap-37ef4e4b5ef7406d10009539a44ab7a340a1fb98.tar.xz
bootstrap-37ef4e4b5ef7406d10009539a44ab7a340a1fb98.zip
Easier disabled state customization for button variants (#30639)
* feat(buttons): easier disabled state customization * docs(migration): mention new arguments for disabled state in button-variant() * Update migration.md Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.0/migration.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/content/docs/5.0/migration.md b/site/content/docs/5.0/migration.md
index 7525fc57f..093e99819 100644
--- a/site/content/docs/5.0/migration.md
+++ b/site/content/docs/5.0/migration.md
@@ -16,6 +16,10 @@ toc: true
### Components
+#### Buttons
+
+- Disabled states of buttons are easier to customize thanks to additional arguments in the `button-variant()` mixin. [See #30639.](https://github.com/twbs/bootstrap/pull/30639)
+
#### Popovers
- Renamed `whiteList` option to `allowList`