We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f444cb2 + ef4a0c4 commit f5476e1Copy full SHA for f5476e1
1 file changed
src/scss/02-tools/_m-hover.scss
@@ -42,7 +42,7 @@
42
*
43
*/
44
@mixin hover($onlyNoTouch: null, $additionalSelectors: null) {
45
- $selectors: "&:hover", "&:active", "&:focus";
+ $selectors: "&:hover", "&:active", "&:focus-visible";
46
47
@if ($additionalSelectors) {
48
@if (meta.type-of($additionalSelectors) == "string") {
0 commit comments