Merge pull request #86 from sudheerDev/85-a-focus

Added focus state for a tag.
This commit is contained in:
CJ Patoilo 2016-08-06 07:32:54 -03:00 committed by GitHub
commit 0b34c4ca0a

View File

@ -6,5 +6,6 @@ a
color: $color-primary color: $color-primary
text-decoration: none text-decoration: none
&:hover &:hover,
&:focus
color: $color-secondary color: $color-secondary