mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Allow discussions to be hidden and restored
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
.DiscussionListItem--hidden {
|
||||
.DiscussionListItem-content {
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
|
||||
.DiscussionListItem a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user