diff --git a/dist/app.css b/dist/app.css index 8ce3655..2263de7 100644 --- a/dist/app.css +++ b/dist/app.css @@ -177,7 +177,8 @@ align-items: start; } .PokemonExplorer__highlight__2x1kW { - color: #fff; } + color: #fff; + pointer-events: none; } .PokemonExplorer__pokemonTypeWrapper__ssJiJ { display: flex; diff --git a/src/ts/app/components/PokemonExplorer/styles/PokemonExplorer.scss b/src/ts/app/components/PokemonExplorer/styles/PokemonExplorer.scss index 2020e73..1b405d6 100644 --- a/src/ts/app/components/PokemonExplorer/styles/PokemonExplorer.scss +++ b/src/ts/app/components/PokemonExplorer/styles/PokemonExplorer.scss @@ -42,6 +42,7 @@ .highlight { composes: highlight from '../../../styles/PokemonApp.scss'; color: $main-active-font-color; + pointer-events: none; } .pokemonTypeWrapper {