From 03ba692f690469ab2fe7f6a0b4cc61009925c49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 20 Jun 2018 09:21:42 +0200 Subject: [PATCH] Fix opacity issue with the popover menu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/style.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/style.scss b/css/style.scss index 40343556f..757efa6bc 100644 --- a/css/style.scss +++ b/css/style.scss @@ -152,10 +152,9 @@ input.input-inline { &.card-selected { .card { - opacity: 0.7; + box-shadow: 0px 0px 7px 0px $color-grey; &.current { - opacity: 1.0; box-shadow: 0px 0px 7px 0px $color-darkgrey; } }