Fix opacity issue with the popover menu

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-06-20 09:21:42 +02:00
parent c938fdd806
commit 03ba692f69

View File

@@ -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;
}
}