From 4ea7e11233dee88a6243ae1893ca1cd5b8cbeac6 Mon Sep 17 00:00:00 2001 From: Johann-S Date: Sun, 12 May 2019 10:01:13 +0200 Subject: [PATCH] add notes about arrow selector changes --- site/content/docs/4.3/migration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/content/docs/4.3/migration.md b/site/content/docs/4.3/migration.md index cfff87b488..8a9a0f241e 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