Block pointer events of disabled cards #1659

Merged
btzr-io merged 2 commits from publish-fix into master 2018-06-21 05:50:18 +02:00
Showing only changes of commit 68d766e670 - Show all commits

View file

@ -66,6 +66,7 @@
.card--disabled {
opacity: 0.3;
pointer-events: none;
}
.card__media {