diff options
| author | Martijn Cuppens <[email protected]> | 2020-03-18 09:07:30 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-03-18 20:59:27 +0200 |
| commit | 910d481062320ebe56eb2c2e44ad4778a5ddba87 (patch) | |
| tree | aefb1efa39d1bd694fcf8fdedccc6a580774ae54 | |
| parent | 89d90d1f852dce29dbc1067c4a33ce496ee30314 (diff) | |
| download | bootstrap-910d481062320ebe56eb2c2e44ad4778a5ddba87.tar.xz bootstrap-910d481062320ebe56eb2c2e44ad4778a5ddba87.zip | |
Remove underline hack for breadcrumbs
| -rw-r--r-- | scss/_breadcrumb.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scss/_breadcrumb.scss b/scss/_breadcrumb.scss index 69a091407..db8e74193 100644 --- a/scss/_breadcrumb.scss +++ b/scss/_breadcrumb.scss @@ -17,17 +17,13 @@ padding-left: $breadcrumb-item-padding-x; &::before { - display: inline-block; // Suppress underlining of the separator in modern browsers + display: inline-block; // Suppress underlining of the separator padding-right: $breadcrumb-item-padding-x; color: $breadcrumb-divider-color; content: escape-svg($breadcrumb-divider); } } - + .breadcrumb-item:hover::before { - text-decoration: none; - } - &.active { color: $breadcrumb-active-color; } |
