Skip to content

Commit

Permalink
fix(list): list styles apply to direct child LIs
Browse files Browse the repository at this point in the history
[Finishes #82580042]

Signed-off-by: Nicole Sullivan <nsullivan@pivotal.io>
  • Loading branch information
bebepeng authored and stubbornella committed Nov 12, 2014
1 parent def0393 commit bb7d796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pivotal-ui/components/lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ Replaces the default bullet image with the font awesome checkmark.
list-style: none;
padding-left: 20px;

li:before {
> li:before {
font-family: 'FontAwesome';
// Font Awesome unicode for fa-check
content: '\f00c';
Expand Down Expand Up @@ -752,7 +752,7 @@ You can then access the class via `.list-card-#{name}`
@include clearfix-micro;
@extend .list-unstyled;

li {
> li {
margin-bottom: $grid-gutter-width;
}
}
Expand Down

0 comments on commit bb7d796

Please sign in to comment.