aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-15 15:36:19 -0800
committerMark Otto <[email protected]>2015-01-15 15:36:19 -0800
commit6bf8636a91664ba2543ecd0baf40084c1bbbd3ff (patch)
tree5385baf9cd66986cfc28978be2b699ce97f33a72 /less
parent619843472a816c11418ee13cb0fe5fc6b625a49a (diff)
parent65721f531536e05026b1ae5f0359955c78d13156 (diff)
downloadbootstrap-6bf8636a91664ba2543ecd0baf40084c1bbbd3ff.tar.xz
bootstrap-6bf8636a91664ba2543ecd0baf40084c1bbbd3ff.zip
Merge pull request #15567 from twbs/fix-15565
Use @link-hover-decoration for .btn-link too; fixes #15565
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 40553c638..5a746049e 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -107,7 +107,7 @@
&:hover,
&:focus {
color: @link-hover-color;
- text-decoration: underline;
+ text-decoration: @link-hover-decoration;
background-color: transparent;
}
&[disabled],