diff options
| author | Jeroen van Warmerdam <[email protected]> | 2017-08-19 11:19:33 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-08-19 12:19:33 +0300 |
| commit | d5db28d1832a233147ddc5d25cf636f4c8c3a892 (patch) | |
| tree | 37995b3e986e496b1ed78c38cea62f0c38b953e5 | |
| parent | 41bcab6900bc23e82fb2172b4d50edf9a598c5ef (diff) | |
| download | bootstrap-d5db28d1832a233147ddc5d25cf636f4c8c3a892.tar.xz bootstrap-d5db28d1832a233147ddc5d25cf636f4c8c3a892.zip | |
Carousel prev/next controls are renamed accordingly (#23561)
| -rw-r--r-- | docs/4.0/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 08a3008fe..bfb75a08b 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -212,7 +212,7 @@ Dropped entirely for the new card component. - All CSS has been un-nested and renamed, ensuring each class is prefixed with `.carousel-`. - For carousel items, `.next`, `.prev`, `.left`, and `.right` are now `.carousel-item-next`, `.carousel-item-prev`, `.carousel-item-left`, and `.carousel-item-right`. - `.item` is also now `.carousel-item`. - - For prev/next controls, `.carousel-control.right` and `.carousel-control.left` are now `.carousel-control-right` and `.carousel-control-left`, meaning they no longer require a specific base class. + - For prev/next controls, `.carousel-control.right` and `.carousel-control.left` are now `.carousel-control-next` and `.carousel-control-prev`, meaning they no longer require a specific base class. - Removed all responsive styling, deferring to utilities (e.g., showing captions on certain viewports) and custom styles as needed. - Removed image overrides for images in carousel items, deferring to utilities. - Tweaked the Carousel example to include the new markup and styles. |
