Skip to content

Commit a13c2e5

Browse files
bassjobsencvrebert
authored andcommitted
In modern browsers, prevent breadcrumb separator from getting underlined on :hover when not using <ul> markup
Fixes #18733, except in IE9-11 Closes #18740
1 parent 3f04c08 commit a13c2e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scss/_breadcrumb.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
float: left;
1212

1313
+ .breadcrumb-item::before {
14+
display: inline-block;
1415
padding-right: $breadcrumb-item-padding;
1516
padding-left: $breadcrumb-item-padding;
1617
color: $breadcrumb-divider-color;

0 commit comments

Comments
 (0)