diff --git a/components/FilterBar/index.scss b/components/FilterBar/index.scss index b8bde51e..40c74006 100644 --- a/components/FilterBar/index.scss +++ b/components/FilterBar/index.scss @@ -40,11 +40,6 @@ } .Button.Filter.Blended { - &.FiltersActive .Accessory svg { - fill: var(--accent-blue); - stroke: none; - } - &:hover { background: var(--button-bg); } diff --git a/components/FilterBar/index.tsx b/components/FilterBar/index.tsx index 116d8bf2..c3d3b92f 100644 --- a/components/FilterBar/index.tsx +++ b/components/FilterBar/index.tsx @@ -14,7 +14,6 @@ import { defaultFilterset } from '~utils/defaultFilters' import FilterIcon from '~public/icons/Filter.svg' import './index.scss' -import { getCookie } from 'cookies-next' interface Props { children: React.ReactNode @@ -167,7 +166,7 @@ const FilterBar = (props: Props) => {