mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Remove divider after last element in breadcrumbs
This commit is contained in:
parent
1be4f9e278
commit
820c44c86e
1 changed files with 4 additions and 1 deletions
|
@ -18,8 +18,11 @@
|
|||
padding: 0 5px;
|
||||
color: #ccc;
|
||||
}
|
||||
&:last-child:after {
|
||||
content: ""; // No divider after last element
|
||||
}
|
||||
}
|
||||
> .active {
|
||||
color: $grayLight;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue