mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-13 20:35:55 +08:00
fix: the hover style of the card-item operation button container (#3520)
This commit is contained in:
parent
9e6d4eeb92
commit
be27ac0e69
@ -66,7 +66,7 @@ const Item: FC<ItemProps> = ({
|
|||||||
)
|
)
|
||||||
} */}
|
} */}
|
||||||
</div>
|
</div>
|
||||||
<div className='hidden group-hover:flex items-center justify-end absolute right-0 top-0 bottom-0 pr-2 w-[124px] bg-gradient-to-r from-white/50 to-white to-50%'>
|
<div className='hidden rounded-lg group-hover:flex items-center justify-end absolute right-0 top-0 bottom-0 pr-2 w-[124px] bg-gradient-to-r from-white/50 to-white to-50%'>
|
||||||
<div
|
<div
|
||||||
className='flex items-center justify-center mr-1 w-6 h-6 hover:bg-black/5 rounded-md cursor-pointer'
|
className='flex items-center justify-center mr-1 w-6 h-6 hover:bg-black/5 rounded-md cursor-pointer'
|
||||||
onClick={() => setShowSettingsModal(true)}
|
onClick={() => setShowSettingsModal(true)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user