diff options
| author | Martijn Cuppens <[email protected]> | 2020-03-05 15:22:52 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-05 15:22:52 +0100 |
| commit | d9215ebd5a70ed84ea34337036a712d189fc6b91 (patch) | |
| tree | 557f572c052140b181e0f729123660ff27e400a7 /scss/_nav.scss | |
| parent | 59c5d7599d5639b53c8d5ec53ad8258193482b93 (diff) | |
| download | bootstrap-d9215ebd5a70ed84ea34337036a712d189fc6b91.tar.xz bootstrap-d9215ebd5a70ed84ea34337036a712d189fc6b91.zip | |
$link-decoration: underline affects some components (#30262)
Co-authored-by: Shohei Yoshida <[email protected]>
Co-authored-by: Martijn Cuppens <[email protected]>
Diffstat (limited to 'scss/_nav.scss')
| -rw-r--r-- | scss/_nav.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss index 6d77aeba8..d82e9172d 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -14,6 +14,7 @@ .nav-link { display: block; padding: $nav-link-padding-y $nav-link-padding-x; + text-decoration: if($link-decoration == none, null, none); &:hover, &:focus { |
