2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

v4: Update tooltip placement docs (#20696)

* Fixes #19796: Remove mention of tooltip auto placement

* add note to migration docs
This commit is contained in:
Mark Otto
2016-09-11 22:30:37 -07:00
committed by GitHub
parent cad238120e
commit 8104bd7a02
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -174,6 +174,10 @@ Dropped entirely for the new card component.
- `.panel-warning` to `.card-warning` and `.card-inverse` (or use `.bg-warning` on `.card-header`)
- `.panel-danger` to `.card-danger` and `.card-inverse` (or use `.bg-danger` on `.card-header`)
### Tooltips
- Removed support for `auto` placement options.
### Carousel
- Renamed `.item` to `.carousel-item`.