Stop underlining interaction avatars on hover or on focus

This commit is contained in:
Steffen van Bergerem 2016-11-12 10:15:35 +01:00
parent 7bd6825c2a
commit 6bab65e603
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B

View file

@ -152,5 +152,10 @@
.interaction-avatars { .interaction-avatars {
overflow: hidden; overflow: hidden;
.author-name:focus,
.author-name:hover {
text-decoration: none;
}
} }
} }