feat(ui): field context menu, add/remove from linear ui

This commit is contained in:
psychedelicious
2023-08-17 17:44:34 +10:00
parent 64a6aa0293
commit 84cf8bdc08
12 changed files with 400 additions and 160 deletions

View File

@ -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'