Lighten discussion list hover color

When the list is shown in the side-pane, the background of the currently-selected discussion is the @control-bg. The hover color shouldn't be quite as strong as that.
This commit is contained in:
Toby Zerner 2016-03-18 09:38:37 +10:30
parent 1a95764909
commit 087ab3fa1f

View File

@ -199,7 +199,7 @@
transition: background 0.2s;
&:hover {
background: @control-bg;
background: mix(@control-bg, @body-bg, 50%);
}
&:hover .DiscussionListItem-controls,
.DiscussionListItem-controls.open {