fix(web): Revert "add checkerboard background for transparent images (#26091)" (#26220)

Revert "fix(web): add checkerboard background for transparent images (#26091)"

This reverts commit bc7a1c838ca3ab5db3e86b2d8a98733d964e6e7c.
This commit is contained in:
Alex 2026-02-14 14:25:14 -06:00 committed by GitHub
parent 9ab887d5d2
commit 49ba833e4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@
alt={$getAltText(toTimelineAsset(asset))}
class="h-full w-full {$slideshowState === SlideshowState.None
? 'object-contain'
: slideshowLookCssMapping[$slideshowLook]} checkerboard"
: slideshowLookCssMapping[$slideshowLook]}"
draggable="false"
/>
<!-- eslint-disable-next-line svelte/require-each-key -->
@ -259,8 +259,4 @@
visibility: hidden;
animation: 0s linear 0.4s forwards delayedVisibility;
}
.checkerboard {
background-image: conic-gradient(#808080 25%, #b0b0b0 25% 50%, #808080 50% 75%, #b0b0b0 75%);
background-size: 20px 20px;
}
</style>