allow clicking icon to close search

This commit is contained in:
Jeff Colombo 2019-02-26 23:13:27 -05:00
parent 6693a5ecb1
commit 6b9fe80f8d
2 changed files with 3 additions and 1 deletions

3
dist/app.css vendored
View File

@ -177,7 +177,8 @@
align-items: start; }
.PokemonExplorer__highlight__2x1kW {
color: #fff; }
color: #fff;
pointer-events: none; }
.PokemonExplorer__pokemonTypeWrapper__ssJiJ {
display: flex;

View File

@ -42,6 +42,7 @@
.highlight {
composes: highlight from '../../../styles/PokemonApp.scss';
color: $main-active-font-color;
pointer-events: none;
}
.pokemonTypeWrapper {