From ef4a0c43c84e75ebb10ad1bd7a5afc50a94c293d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ce=CC=81dric=20Andrietti?= Date: Fri, 17 Apr 2026 15:56:15 +0200 Subject: [PATCH] fix the focus --- src/scss/02-tools/_m-hover.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/02-tools/_m-hover.scss b/src/scss/02-tools/_m-hover.scss index 302c3f76..6e4f0694 100644 --- a/src/scss/02-tools/_m-hover.scss +++ b/src/scss/02-tools/_m-hover.scss @@ -42,7 +42,7 @@ * */ @mixin hover($onlyNoTouch: null, $additionalSelectors: null) { - $selectors: "&:hover", "&:active", "&:focus"; + $selectors: "&:hover", "&:active", "&:focus-visible"; @if ($additionalSelectors) { @if (meta.type-of($additionalSelectors) == "string") {