mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
Remove breadcrumb divider after last element
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
padding: 0 5px;
|
||||
color: #ccc;
|
||||
}
|
||||
&:last-child:after {
|
||||
content: ""; // No divider after last element
|
||||
}
|
||||
}
|
||||
> .active {
|
||||
color: @grayLight;
|
||||
|
||||
Reference in New Issue
Block a user