mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-15 14:15:04 -05:00
feat(ui): field context menu, add/remove from linear ui
This commit is contained in:
@@ -18,6 +18,7 @@ const SelectionOverlay = ({ isSelected, isHovered }: Props) => {
|
||||
opacity: isSelected ? 1 : 0.7,
|
||||
transitionProperty: 'common',
|
||||
transitionDuration: '0.1s',
|
||||
pointerEvents: 'none',
|
||||
shadow: isSelected
|
||||
? isHovered
|
||||
? 'hoverSelected.light'
|
||||
|
||||
Reference in New Issue
Block a user