remove pokemon list icons
This commit is contained in:
parent
f2824403dd
commit
63ac5faa5c
@ -153,11 +153,11 @@ export class PokemonSelectList extends React.Component<IPokemonSelectListProps,
|
|||||||
active: this.props.activePokemonId === pokemon.id && this.props.activePokemonForm === pokemon.form
|
active: this.props.activePokemonId === pokemon.id && this.props.activePokemonForm === pokemon.form
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
const menuIconCss = classNames(
|
// const menuIconCss = classNames(
|
||||||
styles.menuIcon,
|
// styles.menuIcon,
|
||||||
'menu',
|
// 'menu',
|
||||||
`pokemon-${dex}`
|
// `pokemon-${dex}`
|
||||||
);
|
// );
|
||||||
const dexCss = classNames(
|
const dexCss = classNames(
|
||||||
'de-emphasize',
|
'de-emphasize',
|
||||||
styles.dex
|
styles.dex
|
||||||
@ -186,7 +186,7 @@ export class PokemonSelectList extends React.Component<IPokemonSelectListProps,
|
|||||||
>
|
>
|
||||||
<span>{ pokemon.name }</span>
|
<span>{ pokemon.name }</span>
|
||||||
<span className={ dexCss }>#{ dex }</span>
|
<span className={ dexCss }>#{ dex }</span>
|
||||||
<i className={ menuIconCss } />
|
{ /* <i className={ menuIconCss } /> */ }
|
||||||
{ pokemon.form !== POGOProtos.Enums.Form.FORM_UNSET &&
|
{ pokemon.form !== POGOProtos.Enums.Form.FORM_UNSET &&
|
||||||
<span className={ formCss }>{ formatForm(pokemon.form) } Form</span>
|
<span className={ formCss }>{ formatForm(pokemon.form) } Form</span>
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user