mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Allow discussions to be hidden and restored
This commit is contained in:
@@ -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