mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02: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