Use @link-hover-decoration for .btn-link too; fixes #15565

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2015-01-14 14:42:22 -08:00
parent fb6622a7d4
commit 65721f5315
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
&:hover, &:hover,
&:focus { &:focus {
color: @link-hover-color; color: @link-hover-color;
text-decoration: underline; text-decoration: @link-hover-decoration;
background-color: transparent; background-color: transparent;
} }
&[disabled], &[disabled],