1
0
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:
Toby Zerner
2015-09-22 17:48:21 +09:30
parent c7ed189cf3
commit 264725d872
19 changed files with 321 additions and 23 deletions

View File

@@ -3,6 +3,12 @@
max-width: none;
}
}
.DiscussionListItem--hidden {
.DiscussionListItem-content {
opacity: 0.5;
}
}
.DiscussionListItem a {
text-decoration: none;
}