We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f9316e + e8d2329 commit ee1b5f4Copy full SHA for ee1b5f4
1 file changed
packages/placement-ordering/src/tile.jsx
@@ -68,7 +68,6 @@ const StyledTileContent = styled('div')(({ theme, isDragging, isOver, disabled,
68
}),
69
70
...((type === 'choice') && disabled && {
71
- opacity: 0.6,
72
cursor: 'not-allowed',
73
'&:hover': {
74
backgroundColor: color.background(),
0 commit comments