mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01: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
@ -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…
x
Reference in New Issue
Block a user