mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-25 06:24:43 +00:00
Remove breadcrumb divider after last element
This commit is contained in:
parent
40f671a531
commit
a1587e2629
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@
|
|||
padding: 0 5px;
|
||||
color: #ccc;
|
||||
}
|
||||
&:last-child:after {
|
||||
content: ""; // No divider after last element
|
||||
}
|
||||
}
|
||||
> .active {
|
||||
color: @grayLight;
|
||||
|
|
|
|||
Loading…
Reference in a new issue