From 2859c705285754e21e0fff4bc9ebe2e115ba5cd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Fri, 30 Dec 2022 12:45:38 +0100 Subject: [PATCH] Add info about the removal of the transition animation in the migration guide --- site/content/docs/5.2/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.2/migration.md b/site/content/docs/5.2/migration.md index 797b53abd8..e792a2bdcf 100644 --- a/site/content/docs/5.2/migration.md +++ b/site/content/docs/5.2/migration.md @@ -24,7 +24,7 @@ If you need more details about the changes, please refer to the [v5.2.3 release] A `focus-visible()` mixin is provided to ensure a proper visible focus state. This visible focus state is defined by an outer outline and an inner box shadow. On light background, the outer outline is black and the inner box shadow is white. The latter will be invisible most of the time but is here to ensure a security on light background but that aren't white. On dark background, these colors are inverted. - We also removed the `:focus` style of our components that was mirroring the `:hover` state. + We also removed the `:focus` style of our components that was mirroring the `:hover` state, as well as the transition animation. Even if the generic case will be transparent for your project, please check this new behavior in your websites.