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:
parent
3f04c082dd
commit
53958dab0b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue