0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

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

View File

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