Skip to content

Commit 699cd44

Browse files
author
Damian Jóźwiak
authored
Merge pull request #19 from Wikia/XW-1750
XW-1750 | Add styling for focused links in Global Footer
2 parents 2d180cc + 733e2bf commit 699cd44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/_global-footer.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@
164164
&__link {
165165
&,
166166
&:active,
167-
&:visited {
167+
&:visited,
168+
&:focus {
168169
color: $color-blue-gray;
169170
font-size: $typescale-size-minus-1;
170171
font-weight: normal;

0 commit comments

Comments
 (0)