mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 22:11:02 +08: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:
parent
1a95764909
commit
087ab3fa1f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user