Skip to content

Commit 1b8b86e

Browse files
committed
Add focus-visisble
1 parent 6922453 commit 1b8b86e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react/src/MinimalFooter/MinimalFooter.module.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
padding-bottom: var(--base-size-48);
6060
}
6161

62-
.Footer__social-link:hover .Footer__social-icon {
62+
.Footer__social-link:hover .Footer__social-icon,
63+
.Footer__social-link:focus-visible .Footer__social-icon {
6364
filter: var(--brand-footer-socialIcon-hoverFilter);
6465
}
6566

0 commit comments

Comments
 (0)