mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +02:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user