Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
  • Loading branch information
gronke committed Dec 1, 2017
commit a9c18d0db54f2128c2d489b4b71e2fbe2a217567
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;
}