Stop underlining interaction avatars on hover or on focus
This commit is contained in:
parent
7bd6825c2a
commit
6bab65e603
1 changed files with 5 additions and 0 deletions
|
|
@ -152,5 +152,10 @@
|
|||
|
||||
.interaction-avatars {
|
||||
overflow: hidden;
|
||||
|
||||
.author-name:focus,
|
||||
.author-name:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue