From: Chris Rebert Date: Wed, 14 Jan 2015 22:42:22 +0000 (-0800) Subject: Use @link-hover-decoration for .btn-link too; fixes #15565 X-Git-Tag: v3.3.2~5^2~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65721f531536e05026b1ae5f0359955c78d13156;p=thirdparty%2Fbootstrap.git Use @link-hover-decoration for .btn-link too; fixes #15565 [skip sauce] [skip validator] --- diff --git a/less/buttons.less b/less/buttons.less index 40553c6386..5a746049e3 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],