From 0d3e80128a2cc98878dd16ff56133b4d4249fddb Mon Sep 17 00:00:00 2001 From: Enyel Sequeira <50872387+enyelsequeira@users.noreply.github.com> Date: Thu, 21 Sep 2023 00:58:23 +0800 Subject: [PATCH] Update TableOfContent.module.css - removing unused code --- .../navigation/TableOfContent.module.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/apps/mantine-react-table-docs/components/navigation/TableOfContent.module.css b/apps/mantine-react-table-docs/components/navigation/TableOfContent.module.css index d098d4996..a573b8b3e 100644 --- a/apps/mantine-react-table-docs/components/navigation/TableOfContent.module.css +++ b/apps/mantine-react-table-docs/components/navigation/TableOfContent.module.css @@ -1,19 +1,4 @@ -/* sx={(theme) => ({ - color: !isFooter - ? theme.colorScheme === 'dark' - ? theme.white - : theme.black - : theme.colorScheme === 'dark' - ? theme.colors.gray[3] - : theme.colors.gray[7], - cursor: 'pointer', - lineHeight: isFooter ? '1.6rem' : '2rem', - fontSize: isFooter ? '0.9rem' : '1.2rem', - textDecoration: 'none', - '&:hover': { - textDecoration: 'underline', - }, - })} */ + .navigationLinkFooter { cursor: pointer;