diff options
| author | Mark Otto <[email protected]> | 2015-01-15 15:36:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-15 15:36:19 -0800 |
| commit | 6bf8636a91664ba2543ecd0baf40084c1bbbd3ff (patch) | |
| tree | 5385baf9cd66986cfc28978be2b699ce97f33a72 | |
| parent | 619843472a816c11418ee13cb0fe5fc6b625a49a (diff) | |
| parent | 65721f531536e05026b1ae5f0359955c78d13156 (diff) | |
| download | bootstrap-6bf8636a91664ba2543ecd0baf40084c1bbbd3ff.tar.xz bootstrap-6bf8636a91664ba2543ecd0baf40084c1bbbd3ff.zip | |
Merge pull request #15567 from twbs/fix-15565
Use @link-hover-decoration for .btn-link too; fixes #15565
| -rw-r--r-- | less/buttons.less | 2 |
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], |
