mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add details to the Migration page
This commit is contained in:
parent
95f81f8331
commit
57fc28a854
1 changed files with 6 additions and 0 deletions
|
@ -48,6 +48,12 @@ toc: true
|
|||
|
||||
- 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)
|
||||
|
||||
#### Close button
|
||||
|
||||
- Renamed `.close` to `.btn-close` for a less generic name.
|
||||
- Close buttons now use a `background-image` (embedded SVG) instead of a `×` in the HTML, allowing for easier customization without the need to touch your markup.
|
||||
- Added new variables to better control the customization.
|
||||
|
||||
#### Navs
|
||||
|
||||
- Added new `null` variables for `font-size`, `font-weight`, `color`, and `:hover` `color` to the `.nav-link` class.
|
||||
|
|
Loading…
Reference in a new issue