2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Merge pull request #15567 from twbs/fix-15565

Use @link-hover-decoration for .btn-link too; fixes #15565
This commit is contained in:
Mark Otto
2015-01-15 15:36:19 -08:00
+1 -1
View File
@@ -107,7 +107,7 @@
&:hover,
&:focus {
color: @link-hover-color;
text-decoration: underline;
text-decoration: @link-hover-decoration;
background-color: transparent;
}
&[disabled],