Commit 743fc9ac authored by Zlatan Vasović's avatar Zlatan Vasović
Browse files

Nesting for link styles

parent 518488cb
1 merge request!9800Nesting for link styles
Showing with 10 additions and 8 deletions
+10 -8
...@@ -54,14 +54,16 @@ textarea { ...@@ -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();
}
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment