mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Remove breadcrumb divider after last element
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user