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

Commit

Permalink
fix(button): remove underline on href button hover
Browse files Browse the repository at this point in the history
  • Loading branch information
rschmukler committed Feb 9, 2015
1 parent 008ebf1 commit c19cd43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ $button-fab-toast-offset: $button-fab-height * 0.75;
outline: none;
}

&:hover {
text-decoration: none;
}

&.ng-hide {
transition: none;
}
Expand Down

0 comments on commit c19cd43

Please sign in to comment.