Commit a1587e26 authored by Robert Burns's avatar Robert Burns

Remove breadcrumb divider after last element

parent 40f671a5
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
padding: 0 5px; padding: 0 5px;
color: #ccc; color: #ccc;
} }
&:last-child:after {
content: ""; // No divider after last element
}
} }
> .active { > .active {
color: @grayLight; color: @grayLight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment