Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-03-09 15:52:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-03-18 21:59:27 +0300
commit9108e303ef02fbfc6befc374ed8a7469d673384b (patch)
treecc9b59ab1d668d3d2e6eda4d3153c7c33b900c4c /scss/_breadcrumb.scss
parent13b27f8a09fd65f485934e38d4d3d7f49d665a6d (diff)
Revert "Revert "Remove IE-specific breadcrumb CSS hack""
This reverts commit 15d242d21ad67fa5b762eb5bdfbcdfb68b9bcce1.
Diffstat (limited to 'scss/_breadcrumb.scss')
-rw-r--r--scss/_breadcrumb.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/scss/_breadcrumb.scss b/scss/_breadcrumb.scss
index d5c5a9a990..69a091407f 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;
}