Fixed 'is-inactive' state for online notifications.

This commit is contained in:
Martin Edenhofer 2015-10-19 08:46:38 +02:00
parent 2028c00bde
commit d88ac684b1

View file

@ -3387,9 +3387,9 @@ footer {
.activity-entry {
display: flex;
padding: 0 17px;
&.is-inactive {
// opacity: 0.5;
opacity: 0.5;
}
&.activity-entry--removeable {