From acc9bda292b51df0262fae2b29f4e701e94c3ffa Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 5 Mar 2022 12:49:57 +0100 Subject: [PATCH] Removed unused styles --- src/components/SearchInput.vue | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/components/SearchInput.vue b/src/components/SearchInput.vue index f93f0dc..bdb10ac 100644 --- a/src/components/SearchInput.vue +++ b/src/components/SearchInput.vue @@ -165,23 +165,15 @@ export default { top: calc(50% - 12px); right: 0; cursor: pointer; + fill: var(--text-color); + height: 24px; + width: 24px; @include tablet-min { right: 6px; } } -.fade-enter-active { - transition: opacity 0.2s; -} -.fade-leave-active { - transition: opacity 0.2s; -} -.fade-enter, -.fade-leave-to { - opacity: 0; -} - .filter { width: 100%; display: flex; @@ -216,8 +208,6 @@ hr { } .search.active { - transition: border-color 0.3s ease, fill 0.3s ease; - input { border-color: var(--color-green); }