Nesting for link styles

This commit is contained in:
Zlatan Vasović 2013-08-18 23:28:55 +02:00
parent 518488cb40
commit 743fc9ac7e
1 changed files with 10 additions and 8 deletions

View File

@ -54,14 +54,16 @@ textarea {
a {
color: @link-color;
text-decoration: none;
}
a:hover,
a:focus {
color: @link-hover-color;
text-decoration: underline;
}
a:focus {
.tab-focus();
&:hover,
&:focus {
color: @link-hover-color;
text-decoration: underline;
}
&:focus {
.tab-focus();
}
}