diff options
| author | Bardi Harborow <[email protected]> | 2019-02-06 21:33:03 +0000 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-02-06 22:33:03 +0100 |
| commit | b5fb4f7d6b8ca131e1b12f2ad6e06fd8cde9ffe7 (patch) | |
| tree | af914642e6a993f8c7246bdb2ed3989cffbb90cf | |
| parent | b4cb48d9f3054a1f6e8f9c5dcaca981aac44bb9a (diff) | |
| download | bootstrap-b5fb4f7d6b8ca131e1b12f2ad6e06fd8cde9ffe7.tar.xz bootstrap-b5fb4f7d6b8ca131e1b12f2ad6e06fd8cde9ffe7.zip | |
Add text-decoration to .btn-link. (#28169)
| -rw-r--r-- | scss/_buttons.scss | 1 |
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; |
