Skip to content

Commit ef4a0c4

Browse files
committed
fix the focus
1 parent f444cb2 commit ef4a0c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scss/02-tools/_m-hover.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
*/
4444
@mixin hover($onlyNoTouch: null, $additionalSelectors: null) {
45-
$selectors: "&:hover", "&:active", "&:focus";
45+
$selectors: "&:hover", "&:active", "&:focus-visible";
4646

4747
@if ($additionalSelectors) {
4848
@if (meta.type-of($additionalSelectors) == "string") {

0 commit comments

Comments
 (0)