2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Nesting for link styles

This commit is contained in:
Zlatan Vasović
2013-08-18 23:28:55 +02:00
parent 518488cb40
commit 743fc9ac7e
+10 -8
View File
@@ -54,14 +54,16 @@ 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 {
.tab-focus(); &:focus {
.tab-focus();
}
} }