Tweak in-use artwork CSS

This commit is contained in:
Alex Cabal 2024-01-14 22:43:28 -06:00
parent 531e3600ea
commit b178bcb6fa
2 changed files with 1 additions and 5 deletions

View file

@ -46,10 +46,6 @@ ol.artwork-list > li.in-use::before{
background-image: url("/images/stripes-xdark.svg"); background-image: url("/images/stripes-xdark.svg");
} }
ol.artwork-list > li.in-use img{
opacity: .5;
}
ol.artwork-list > li a:has(img){ ol.artwork-list > li a:has(img){
display: block; display: block;
line-height: 0; line-height: 0;

View file

@ -7,5 +7,5 @@
xmlns="http://www.w3.org/2000/svg"> xmlns="http://www.w3.org/2000/svg">
<path <path
d="m 0,0.0022 30,30 H 15 l -15,-15 z m 30,0 H 15 l 15,15 z" d="m 0,0.0022 30,30 H 15 l -15,-15 z m 30,0 H 15 l 15,15 z"
style="opacity:0.4;fill:#000000;" /> style="opacity:0.15;fill:#000000;" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 291 B

Before After
Before After