Skip to content

Commit

Permalink
fix(css-components): Remove top border of list after another list.
Browse files Browse the repository at this point in the history
  • Loading branch information
argelius committed Oct 5, 2015
1 parent e8d79b1 commit e40799b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css-components/components-src/stylus/components/list.styl
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ list__item()
.list:first-child
border-top 0

.list + .list
border-top 0

.list__item
list__item()
padding var-list-item-padding
Expand Down

0 comments on commit e40799b

Please sign in to comment.