2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

@link-color-hover to @link-hover-color

This commit is contained in:
Mark Otto
2013-03-31 17:27:22 -07:00
parent 376bd20b3a
commit d6f37f3c56
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ fieldset[disabled] .btn-link {
}
.btn-link:hover,
.btn-link:focus {
color: @link-color-hover;
color: @link-hover-color;
text-decoration: underline;
background-color: transparent;
}