0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Revert "Revert "Remove IE-specific breadcrumb CSS hack""

This reverts commit 15d242d21ad67fa5b762eb5bdfbcdfb68b9bcce1.
This commit is contained in:
XhmikosR 2020-03-09 14:52:46 +02:00
parent 13b27f8a09
commit 9108e303ef

View File

@ -24,16 +24,6 @@
}
}
// IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built
// without `<ul>`s. The `::before` pseudo-element generates an element
// *within* the .breadcrumb-item and thereby inherits the `text-decoration`.
//
// To trick IE into suppressing the underline, we give the pseudo-element an
// underline and then immediately remove it.
+ .breadcrumb-item:hover::before {
text-decoration: underline;
}
// stylelint-disable-next-line no-duplicate-selectors
+ .breadcrumb-item:hover::before {
text-decoration: none;
}