allow clicking icon to close search
This commit is contained in:
parent
6693a5ecb1
commit
6b9fe80f8d
3
dist/app.css
vendored
3
dist/app.css
vendored
@ -177,7 +177,8 @@
|
|||||||
align-items: start; }
|
align-items: start; }
|
||||||
|
|
||||||
.PokemonExplorer__highlight__2x1kW {
|
.PokemonExplorer__highlight__2x1kW {
|
||||||
color: #fff; }
|
color: #fff;
|
||||||
|
pointer-events: none; }
|
||||||
|
|
||||||
.PokemonExplorer__pokemonTypeWrapper__ssJiJ {
|
.PokemonExplorer__pokemonTypeWrapper__ssJiJ {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -42,6 +42,7 @@
|
|||||||
.highlight {
|
.highlight {
|
||||||
composes: highlight from '../../../styles/PokemonApp.scss';
|
composes: highlight from '../../../styles/PokemonApp.scss';
|
||||||
color: $main-active-font-color;
|
color: $main-active-font-color;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pokemonTypeWrapper {
|
.pokemonTypeWrapper {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user