diff options
| author | Johann-S <[email protected]> | 2019-05-12 10:01:13 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2019-05-14 15:28:43 +0200 |
| commit | 4ea7e11233dee88a6243ae1893ca1cd5b8cbeac6 (patch) | |
| tree | 04e0625babf3e382b16033ec321b53f6ae89c365 | |
| parent | c805aec770d7da67e655cc40e801ca1cbe5a8689 (diff) | |
| download | bootstrap-4ea7e11233dee88a6243ae1893ca1cd5b8cbeac6.tar.xz bootstrap-4ea7e11233dee88a6243ae1893ca1cd5b8cbeac6.zip | |
add notes about arrow selector changes
| -rw-r--r-- | site/content/docs/4.3/migration.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index cfff87b48..8a9a0f241 100644 --- a/site/content/docs/4.3/migration.md +++ b/site/content/docs/4.3/migration.md @@ -77,6 +77,14 @@ Badges were overhauled to better differentiate themselves from buttons and to be - **Todo:** Removed `.badge-pill` for the `.rounded-pill` utility class - **Todo:** Removed badge's hover and focus styles for `a.badge` and `button.badge`. +### Popovers + +- Renamed `.arrow` to `.popover-arrow` + +### Tooltips + +- Renamed `.arrow` to `.tooltip-arrow` + ## Utilities - **Todo:** Drop `.text-hide` as it's an antiquated method for hiding text that shouldn't be used anymore |
