Skip to content

Commit

Permalink
Merge pull request #15567 from twbs/fix-15565
Browse files Browse the repository at this point in the history
Use @link-hover-decoration for .btn-link too; fixes #15565
  • Loading branch information
mdo committed Jan 15, 2015
2 parents 6198434 + 65721f5 commit 6bf8636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
&:hover,
&:focus {
color: @link-hover-color;
text-decoration: underline;
text-decoration: @link-hover-decoration;
background-color: transparent;
}
&[disabled],
Expand Down

0 comments on commit 6bf8636

Please sign in to comment.