Merge pull request #500 from nextcloud/bugfix/441/fix-opacity

Fix opacity issue with the popover menu
This commit is contained in:
Julius Härtl
2018-06-20 09:35:52 +02:00
committed by GitHub

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