From 3b19fe3a33f0fa345af90862eab4d67704a538fa Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 18 Mar 2016 09:38:37 +1030 Subject: [PATCH] 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. --- less/forum/DiscussionListItem.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/forum/DiscussionListItem.less b/less/forum/DiscussionListItem.less index 9aab2c81a..5bd7ecc8d 100644 --- a/less/forum/DiscussionListItem.less +++ b/less/forum/DiscussionListItem.less @@ -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 {