Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #81 from Financial-Times/rhys/n-ui-typography
Browse files Browse the repository at this point in the history
adding focus style to default link styles
  • Loading branch information
onishiweb committed Feb 10, 2017
2 parents d5b5f57 + 8a9b4d2 commit 4271b46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/_body_common.scss
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4271b46

Please sign in to comment.