diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_navbar.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index c21d9fd73..129351d19 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -57,11 +57,12 @@ padding-bottom: $navbar-brand-padding-y; margin-right: $navbar-brand-margin-right; @include font-size($navbar-brand-font-size); + text-decoration: if($link-decoration == none, null, none); white-space: nowrap; &:hover, &:focus { - text-decoration: none; + text-decoration: if($link-hover-decoration == underline, none, null); } } |
