Skip to content

Commit

Permalink
Add link tap highlight colour
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Jan 18, 2018
1 parent 3ceee38 commit 25af4ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/stylesheets/typography/_typography-links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
/// Default link style for use on a normal (light) background
/// @since 0.3.1
@mixin link-default {
-webkit-tap-highlight-color: rgba($colour-focus, .333); // sass-lint:disable-line no-vendor-prefixes
color: $colour-link;
text-decoration: underline;
text-decoration-skip: ink;
Expand All @@ -30,6 +31,7 @@
/// Inverse link style for use on an inverse (dark) background
/// @since 0.3.1
@mixin link-inverse {
-webkit-tap-highlight-color: rgba($colour-focus, .333); // sass-lint:disable-line no-vendor-prefixes
color: $colour-link-inverse;
text-decoration: underline;
text-decoration-skip: ink;
Expand Down

0 comments on commit 25af4ac

Please sign in to comment.