Commit a402cc38 authored by Randall Leeds's avatar Randall Leeds

highlight the reply count on annotation hover

This makes it clearer that this is a link and calls attention to
the number of replies.
parent e4f13646
......@@ -644,13 +644,17 @@ blockquote {
font-family: $sansFontFamily;
position: relative;
&:hover .reply-count {
color: $linkColorHover;
}
fuzzytime {
margin: 0 .4em;
}
.reply-count:hover {
color: $linkColorHover;
text-decoration: none;
.reply-count {
color: $textColor;
&:focus { outline: 0; }
}
.user {
......
Markdown is supported
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