Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBardi Harborow <bardi@bardiharborow.com>2019-02-07 00:33:03 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-02-07 00:33:03 +0300
commitb5fb4f7d6b8ca131e1b12f2ad6e06fd8cde9ffe7 (patch)
treeaf914642e6a993f8c7246bdb2ed3989cffbb90cf
parentb4cb48d9f3054a1f6e8f9c5dcaca981aac44bb9a (diff)
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 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;