From 6b9fe80f8d85f1bddb5375ee9b40b7a40042a723 Mon Sep 17 00:00:00 2001 From: Jeff Colombo Date: Tue, 26 Feb 2019 23:13:27 -0500 Subject: [PATCH] allow clicking icon to close search --- dist/app.css | 3 ++- .../app/components/PokemonExplorer/styles/PokemonExplorer.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 {