From 733e2bfdda96601342cb2c9a7c10e58eae749c03 Mon Sep 17 00:00:00 2001 From: Damian Jozwiak Date: Fri, 22 Jul 2016 13:20:04 +0200 Subject: [PATCH] XW-1750 | Add styling for focused links in Global Footer --- components/_global-footer.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/_global-footer.scss b/components/_global-footer.scss index 91f0f68b2..88d03db27 100644 --- a/components/_global-footer.scss +++ b/components/_global-footer.scss @@ -164,7 +164,8 @@ &__link { &, &:active, - &:visited { + &:visited, + &:focus { color: $color-blue-gray; font-size: $typescale-size-minus-1; font-weight: normal;