Commit a1587e26 authored by Robert Burns's avatar Robert Burns
Browse files

Remove breadcrumb divider after last element

parent 40f671a5
12 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7674Clear float on all when navbar is collapsed - v3,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!7431Cleanup items for 3.0.0,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices
Showing with 3 additions and 0 deletions
+3 -0
...@@ -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;
......
Supports Markdown
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