From 6a7b5b0251eae0093e565925b654e991559b5510 Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Mon, 11 Nov 2024 17:01:47 +0100 Subject: [PATCH] Fix lint --- browser/data-browser/src/components/SideBar/SideBarItem.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/browser/data-browser/src/components/SideBar/SideBarItem.ts b/browser/data-browser/src/components/SideBar/SideBarItem.ts index 8da304f3..23414948 100644 --- a/browser/data-browser/src/components/SideBar/SideBarItem.ts +++ b/browser/data-browser/src/components/SideBar/SideBarItem.ts @@ -1,5 +1,4 @@ import { styled } from 'styled-components'; -import { transition } from '../../helpers/transition'; export interface SideBarItemProps { disabled?: boolean; @@ -25,9 +24,7 @@ export const SideBarItem = styled('span')` color: ${p => (p.disabled ? p.theme.colors.main : p.theme.colors.text)}; } &:active { - // filter: brightness(0.95); background-color: ${p => p.theme.colors.bg2}; - // opacity: 0.5; } svg {