Skip to content

Commit f5476e1

Browse files
authored
Merge pull request #484 from BeAPI/fix-mixin-hover
fix the focus
2 parents f444cb2 + ef4a0c4 commit f5476e1

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)