diff options
| author | Chris Rebert <[email protected]> | 2015-01-14 14:42:22 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-14 14:43:21 -0800 |
| commit | 65721f531536e05026b1ae5f0359955c78d13156 (patch) | |
| tree | b3c7fa21eddf7745efb636466cba8d65a75ee5df | |
| parent | fb6622a7d44c99323bea5bd69cb0604470bbe21a (diff) | |
| download | bootstrap-65721f531536e05026b1ae5f0359955c78d13156.tar.xz bootstrap-65721f531536e05026b1ae5f0359955c78d13156.zip | |
Use @link-hover-decoration for .btn-link too; fixes #15565
[skip sauce]
[skip validator]
| -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], |
