Skip to content

Commit

Permalink
Updates anchor.
Browse files Browse the repository at this point in the history
Include faux link example.
Explicit cursor styles.
  • Loading branch information
gilleard committed Sep 1, 2016
1 parent a7ee8f4 commit 6a8ba68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/styleguide/components/core/a.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<a href="">Regular link</a>
</p>

<p>
<span class="a">Faux link</span>
</p>

<p>
<label class="a">Label link</label>
</p>

<p>
<a href="" class="a--subtle">Subtle link</a>
</p>
Expand Down
1 change: 1 addition & 0 deletions src/scss/core/_anchor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ a,
.a {
color: $c--brand-primary;
text-decoration: underline;
cursor: pointer;

&:hover {
text-decoration: none;
Expand Down

0 comments on commit 6a8ba68

Please sign in to comment.