mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix: update selectors for disabled state in thumbnail component
This commit is contained in:
@@ -224,6 +224,8 @@
|
||||
bind:this={element}
|
||||
data-asset={asset.id}
|
||||
data-thumbnail-focus-container
|
||||
data-selected={selected || undefined}
|
||||
data-disabled={disabled || undefined}
|
||||
tabindex={0}
|
||||
role="link"
|
||||
>
|
||||
@@ -234,7 +236,6 @@
|
||||
{ 'rounded-xl': selected },
|
||||
]}
|
||||
data-outline
|
||||
data-selected={selected || undefined}
|
||||
></div>
|
||||
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user