mirror of
https://github.com/flarum/core.git
synced 2025-07-18 15:21:16 +02:00
Fix CSS rule
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
.DiscussionList:not(.DiscussionList--searchResults) .read {
|
||||
.DiscussionList:not(.DiscussionList--searchResults) .read & {
|
||||
color: mix(@heading-color, @body-bg, 55%);
|
||||
}
|
||||
.DiscussionList:not(.DiscussionList--searchResults) .unread & {
|
||||
|
Reference in New Issue
Block a user