Skip to content

Commit

Permalink
[Discover] Apply item shadow changes only for discover
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Sep 5, 2023
1 parent 9a139e3 commit 2eddea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}
}

&.domDragDrop-isDraggable {
&--size-xs.domDragDrop-isDraggable {
box-shadow: none;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export function FieldItemButton<T extends FieldListItem = DataViewField>({
[`unifiedFieldListItemButton--${type}`]: type,
[`unifiedFieldListItemButton--exists`]: !isEmpty,
[`unifiedFieldListItemButton--missing`]: isEmpty,
[`unifiedFieldListItemButton--size-${size}`]: true,
},
className
);
Expand Down

0 comments on commit 2eddea6

Please sign in to comment.