2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge pull request #9800 from ZDroid/patch-1

Nesting for link styles
This commit is contained in:
Mark Otto
2013-08-18 15:10:48 -07:00
+6 -4
View File
@@ -54,15 +54,17 @@ textarea {
a { a {
color: @link-color; color: @link-color;
text-decoration: none; text-decoration: none;
}
a:hover, &:hover,
a:focus { &:focus {
color: @link-hover-color; color: @link-hover-color;
text-decoration: underline; text-decoration: underline;
} }
a:focus {
&:focus {
.tab-focus(); .tab-focus();
} }
}
// Images // Images