aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2019-02-06 21:33:03 +0000
committerMartijn Cuppens <[email protected]>2019-02-06 22:33:03 +0100
commitb5fb4f7d6b8ca131e1b12f2ad6e06fd8cde9ffe7 (patch)
treeaf914642e6a993f8c7246bdb2ed3989cffbb90cf
parentb4cb48d9f3054a1f6e8f9c5dcaca981aac44bb9a (diff)
downloadbootstrap-b5fb4f7d6b8ca131e1b12f2ad6e06fd8cde9ffe7.tar.xz
bootstrap-b5fb4f7d6b8ca131e1b12f2ad6e06fd8cde9ffe7.zip
Add text-decoration to .btn-link. (#28169)
-rw-r--r--scss/_buttons.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_buttons.scss b/scss/_buttons.scss
index 16f9f67cc..8544f175c 100644
--- a/scss/_buttons.scss
+++ b/scss/_buttons.scss
@@ -76,6 +76,7 @@ fieldset:disabled a.btn {
.btn-link {
font-weight: $font-weight-normal;
color: $link-color;
+ text-decoration: $link-decoration;
@include hover {
color: $link-hover-color;