diff options
| -rw-r--r-- | scss/_breadcrumb.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/scss/_breadcrumb.scss b/scss/_breadcrumb.scss index d5c5a9a99..69a091407 100644 --- a/scss/_breadcrumb.scss +++ b/scss/_breadcrumb.scss @@ -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; } |
