mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +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;
|
||||
}
|
||||
|
@@ -33,3 +33,7 @@
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
.Badge--hidden {
|
||||
background: #888;
|
||||
}
|
||||
|
@@ -50,8 +50,8 @@
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
opacity: 0.5;
|
||||
background: none;
|
||||
opacity: 0.4;
|
||||
background: none !important;
|
||||
}
|
||||
}
|
||||
> a, > button {
|
||||
|
Reference in New Issue
Block a user