Skip to content

Commit

Permalink
fix(list): prevent default black border from applying (#1548)
Browse files Browse the repository at this point in the history
Fixes #1336
  • Loading branch information
jhyde authored and jelbourn committed Oct 20, 2016
1 parent f9c582a commit 4086b32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ md-list[dense], md-nav-list[dense] {

md-divider {
display: block;
border-top: 1px solid;
border-top-style: solid;
border-top-width: 1px;
margin: 0;
}

Expand Down

0 comments on commit 4086b32

Please sign in to comment.