From d88ac684b156412015e33c2e4ec06fdfbf2036a6 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Mon, 19 Oct 2015 08:46:38 +0200 Subject: [PATCH] Fixed 'is-inactive' state for online notifications. --- app/assets/stylesheets/zammad.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 73a82b452..c7844c42e 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -3387,9 +3387,9 @@ footer { .activity-entry { display: flex; padding: 0 17px; - + &.is-inactive { - // opacity: 0.5; + opacity: 0.5; } &.activity-entry--removeable {