diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 9d4f3efc8b..701c097cf3 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -9,6 +9,7 @@ line-height: $btn-line-height; color: $body-color; text-align: center; + text-decoration: if($link-decoration == none, null, none); white-space: $btn-white-space; vertical-align: middle; cursor: if($enable-pointer-cursor-for-buttons, pointer, null); diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 00f0cba6e8..48cceed40f 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -130,6 +130,7 @@ font-weight: $font-weight-normal; color: $dropdown-link-color; text-align: inherit; // For `