From 8a9b4d299f7171b0c26ccb6a9a25810e906b5f1b Mon Sep 17 00:00:00 2001 From: Rhys Evans Date: Thu, 9 Feb 2017 10:19:32 +0000 Subject: [PATCH] adding focus style to default link styles --- scss/_body_common.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/_body_common.scss b/scss/_body_common.scss index 2d490b7a..6ead509d 100644 --- a/scss/_body_common.scss +++ b/scss/_body_common.scss @@ -36,7 +36,8 @@ cursor: pointer; border-bottom: 1px dotted oColorsGetColorFor(link, text); - #{$o-hoverable-if-hover-enabled} &:hover { + #{$o-hoverable-if-hover-enabled} &:hover, + &:focus { @include oColorsFor(link-hover, text); border-bottom-color: transparent; }