mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Mention badge-default in migration docs, fix typo on popover docs (#23409)
This commit is contained in:
parent
6d6d42b56a
commit
20af0373f3
2 changed files with 2 additions and 1 deletions
|
@ -361,7 +361,7 @@ Updates the position of an element's popover.
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>inserted.bs.popover</td>
|
<td>inserted.bs.popover</td>
|
||||||
<td>This event is fired after the <code>show.bs.popover</code> event when the tooltip template has been added to the DOM.</td>
|
<td>This event is fired after the <code>show.bs.popover</code> event when the popover template has been added to the DOM.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
|
@ -188,6 +188,7 @@ The navbar has been entirely rewritten in flexbox with improved support for alig
|
||||||
- Renamed `.label` to `.badge` to disambiguate from the `<label>` element.
|
- Renamed `.label` to `.badge` to disambiguate from the `<label>` element.
|
||||||
- Dropped the `.badge` component as it was nearly identical to labels. Use the `.badge-pill` modifier together with the label component instead for that rounded look.
|
- Dropped the `.badge` component as it was nearly identical to labels. Use the `.badge-pill` modifier together with the label component instead for that rounded look.
|
||||||
- Badges are no longer floated automatically in list groups and other components. Utility classes are now required for that.
|
- Badges are no longer floated automatically in list groups and other components. Utility classes are now required for that.
|
||||||
|
- `.badge-default` has been dropped and `.badge-secondary` added to match component modifier classes used elsewhere.
|
||||||
|
|
||||||
### Panels, thumbnails, and wells
|
### Panels, thumbnails, and wells
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue