css: Simplify selector for conversation partners.

This commit is contained in:
Steve Howell 2019-02-11 17:51:31 +00:00 committed by Tim Abbott
parent fd76b1b226
commit b10ef272f1
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ li.active-sub-filter {
display: block;
}
.left-sidebar li a.conversation-partners:hover {
a.conversation-partners:hover {
text-decoration: underline;
}