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

Commit

Permalink
fix(list): apply md-no-style to a tags
Browse files Browse the repository at this point in the history
Earlier it was only applied to `button` tags, making list items
converted to buttons behave different from list items converted to
links in some cases.

Closes #5653
  • Loading branch information
remcohaszing authored and ThomasBurleson committed Mar 30, 2016
1 parent 13cfa6e commit 9a8eab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/style/structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ body {
padding: 10px;
}

a._md-no-style,
button._md-no-style {
font-weight: normal;
background-color: inherit;
Expand Down

0 comments on commit 9a8eab0

Please sign in to comment.