From f1b047eb0be940772ed40dbad2e3760b94c02dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?He=CC=81ctor=20Ferna=CC=81ndez=20Cascallar?= Date: Wed, 30 Jan 2019 00:36:56 +0100 Subject: [PATCH] fix single filter tag styles --- app/modules/components/filter/filter.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/modules/components/filter/filter.scss b/app/modules/components/filter/filter.scss index 124c52f0..1fb3fc23 100644 --- a/app/modules/components/filter/filter.scss +++ b/app/modules/components/filter/filter.scss @@ -1,6 +1,5 @@ // custom colors $exclude-background: #fcc; -$exclude-filter-text: #828282; $radio-mark-background: #d6d5d5; tg-filter { @@ -22,13 +21,11 @@ tg-filter { .single-filter { &.exclude { background: $exclude-background; - color: $exclude-filter-text; text-decoration: line-through; } &:hover { color: currentColor; cursor: default; - opacity: .5; transition: none; } } @@ -202,11 +199,6 @@ tg-filter { opacity: .5; padding-right: .5rem; position: relative; - &:hover { - background: darken($whitish, 8%); - opacity: 1; - transition: opacity .2s linear; - } &.selected, &.active { color: $grayer;