1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

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 <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
This commit is contained in:
Gaël Poupard
2020-07-12 06:56:33 +02:00
committed by GitHub
parent eeb73e0ccf
commit 37ef4e4b5e
2 changed files with 11 additions and 4 deletions

View File

@@ -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`