Skip to content

Commit

Permalink
Merge pull request #10471 from DaSchTour/link-button-text-deco
Browse files Browse the repository at this point in the history
Remove text-decoration from link buttons
  • Loading branch information
kball authored Aug 4, 2017
2 parents bc5bc23 + ad66c41 commit b475373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,10 @@ $button-transition: background-color 0.25s ease-out, color 0.25s ease-out !defau
margin-#{$global-left}: 0;
}
}
a.button {
&:hover,
&:focus {
text-decoration: none;
}
}
}

0 comments on commit b475373

Please sign in to comment.