Skip to content

Commit

Permalink
Selectors split to seperate lines to conform to linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cfq committed Dec 9, 2016
1 parent fb3590a commit 39cc8fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/assets/stylesheets/_accessibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ a:focus {
left: -9999em;

/* Default link colour doesn't have enough contrast against $focus-colour */
&:focus, &:visited {
&:focus,
&:visited {
color: $text-colour;
}
}
Expand Down

0 comments on commit 39cc8fb

Please sign in to comment.