Fixed 'is-inactive' state for online notifications.
This commit is contained in:
parent
2028c00bde
commit
d88ac684b1
1 changed files with 2 additions and 2 deletions
|
@ -3387,9 +3387,9 @@ footer {
|
||||||
.activity-entry {
|
.activity-entry {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 17px;
|
padding: 0 17px;
|
||||||
|
|
||||||
&.is-inactive {
|
&.is-inactive {
|
||||||
// opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.activity-entry--removeable {
|
&.activity-entry--removeable {
|
||||||
|
|
Loading…
Reference in a new issue