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 { ...@@ -644,13 +644,17 @@ blockquote {
font-family: $sansFontFamily; font-family: $sansFontFamily;
position: relative; position: relative;
&:hover .reply-count {
color: $linkColorHover;
}
fuzzytime { fuzzytime {
margin: 0 .4em; margin: 0 .4em;
} }
.reply-count:hover { .reply-count {
color: $linkColorHover; color: $textColor;
text-decoration: none; &:focus { outline: 0; }
} }
.user { .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