Skip to content

Commit

Permalink
Remove customizations from PickerNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed Oct 13, 2023
1 parent 24f677a commit 68b400c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@

height: var(--picker-network-height);

&--full {
max-width: none;

.mm-text--ellipsis {
flex-grow: 1;
text-align: start;
}
}

&:active {
background-color: var(--color-background-default-hover);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
IconColor,
BackgroundColor,
Display,
BlockSize,
} from '../../../helpers/constants/design-system';
import {
AvatarNetwork,
Expand Down Expand Up @@ -39,9 +38,7 @@ export const PickerNetwork: PickerNetworkComponent = React.forwardRef(
) => {
return (
<Box
className={classnames('mm-picker-network', className, {
'mm-picker-network--full': props.width === BlockSize.Full,
})}
className={classnames('mm-picker-network', className)}
ref={ref}
as="button"
backgroundColor={BackgroundColor.backgroundAlternative}
Expand Down

0 comments on commit 68b400c

Please sign in to comment.