Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(button): no underline when button has a href
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Oct 6, 2014
1 parent f79015e commit 948aef0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/buttons/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ material-button {
white-space: nowrap;
padding: 6px;
}
a {
text-decoration: none;
}

// If we have a href and an inner anchor, let the clicks pass through to the anchor
&[href] {
Expand Down

0 comments on commit 948aef0

Please sign in to comment.