From: Bardi Harborow Date: Wed, 6 Feb 2019 21:33:03 +0000 (+0000) Subject: Add text-decoration to .btn-link. (#28169) X-Git-Tag: v4.3.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5fb4f7d6b8ca131e1b12f2ad6e06fd8cde9ffe7;p=thirdparty%2Fbootstrap.git Add text-decoration to .btn-link. (#28169) --- diff --git a/scss/_buttons.scss b/scss/_buttons.scss index 16f9f67cca..8544f175c1 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;