Skip to content

Commit

Permalink
fix(button): ensure that link within a paragraph with .btn class are …
Browse files Browse the repository at this point in the history
…not underline
  • Loading branch information
Lausselloic committed Jan 12, 2017
1 parent 9a62985 commit b81d028
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scss/_o-buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
//

.btn {
// due to css that underline link in paragraph, need to ensure link with btn style are not underline
text-decoration: none;
&.disabled,
&:disabled {
opacity: 1;
Expand Down

0 comments on commit b81d028

Please sign in to comment.