Skip to content

Commit ee1b5f4

Browse files
authored
Merge pull request #2935 from pie-framework/fix/PD-5668
fix(placement-ordering): remove opacity style for disabled choice til…
2 parents 4f9316e + e8d2329 commit ee1b5f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/placement-ordering/src/tile.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ const StyledTileContent = styled('div')(({ theme, isDragging, isOver, disabled,
6868
}),
6969

7070
...((type === 'choice') && disabled && {
71-
opacity: 0.6,
7271
cursor: 'not-allowed',
7372
'&:hover': {
7473
backgroundColor: color.background(),

0 commit comments

Comments
 (0)