1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

In modern browsers, prevent breadcrumb separator from getting underlined on :hover when not using <ol> markup

Fixes #18733, except in IE9-11
Closes #18740
This commit is contained in:
Bass Jobsen 2016-01-01 10:51:27 +01:00 committed by Chris Rebert
parent 3f04c082dd
commit 53958dab0b

View file

@ -11,6 +11,7 @@
float: left;
+ .breadcrumb-item::before {
display: inline-block;
padding-right: $breadcrumb-item-padding;
padding-left: $breadcrumb-item-padding;
color: $breadcrumb-divider-color;