Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gronke committed Dec 1, 2017
1 parent 3020892 commit a9c18d0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions modules/primer-breadcrumb/lib/breadcrumb.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.breadcrumb-item {
display: inline-block;
margin-left: -$spacer-1;
white-space: nowrap;
list-style: none;

Expand All @@ -12,13 +11,9 @@
}
}

nav ol:last-child .breadcrumb-item,
:last-child .breadcrumb-item,
.breadcrumb-item-selected {
&::after {
content: none;
}
}

nav ol:first-child .breadcrumb-item {
margin-left: 0;
}

0 comments on commit a9c18d0

Please sign in to comment.