Allow clicking through to in use artwork

This commit is contained in:
Alex Cabal 2024-01-15 00:08:15 -06:00
parent e712cfbfcc
commit 7c49c77942

View file

@ -44,6 +44,7 @@ ol.artwork-list > li.in-use::before{
height: 100%; height: 100%;
width: 100%; width: 100%;
background-image: url("/images/stripes-xdark.svg"); background-image: url("/images/stripes-xdark.svg");
pointer-events: none;
} }
ol.artwork-list > li a:has(img){ ol.artwork-list > li a:has(img){