Skip to content

Commit

Permalink
reset abbr text-decoration, fixes txt-abbr rule (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
samanpwbb authored and David Clark committed Jul 2, 2017
1 parent aa643c3 commit a3dfaae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ button::-moz-focus-inner {
border: 0;
}

abbr {
text-decoration: none;
}

svg {
display: inline-block;
}
Expand Down
8 changes: 8 additions & 0 deletions test/__snapshots__/build-css.jest.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ button::-moz-focus-inner{
border:0;
}

abbr{
text-decoration:none;
}

svg{
display:inline-block;
}
Expand Down Expand Up @@ -17143,6 +17147,10 @@ button::-moz-focus-inner{
border:0;
}

abbr{
text-decoration:none;
}

svg{
display:inline-block;
}
Expand Down

0 comments on commit a3dfaae

Please sign in to comment.