1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

added class selector "." to "dropend" (#32534)

It was missing the `.` before `dropend`.
This commit is contained in:
joe 2020-12-19 01:23:50 -05:00 committed by GitHub
parent 58ab1c2cd5
commit 561c0d8cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ Horizontal direction sensitive variables, utilities and mixins are renamed with
##### Components
- Renamed `.dropleft` and `.dropright` to `.dropstart` and `dropend`.
- Renamed `.dropleft` and `.dropright` to `.dropstart` and `.dropend`.
- Renamed `.dropdown-menu-*-left` and `.dropdown-menu-*-right` to `.dropdown-menu-*-start` and `.dropdown-menu-*-end`.
- Renamed `.bs-popover-left` and `.bs-popover-right` to `.bs-popover-start` and `.bs-popover-end`.
- Renamed `.bs-tooltip-left` and `.bs-tooltip-right` to `.bs-tooltip-start` and `.bs-tooltip-end`.