From 7f85be288c7a047ab133f1f9c371ae5994b55b12 Mon Sep 17 00:00:00 2001 From: Ashleigh Simonelli Date: Wed, 6 Mar 2024 12:31:57 +0000 Subject: [PATCH] refactor: removed unstyled anchor --- src/styles/unstyled.anchor.ts | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/styles/unstyled.anchor.ts diff --git a/src/styles/unstyled.anchor.ts b/src/styles/unstyled.anchor.ts deleted file mode 100644 index 6027edc7..00000000 --- a/src/styles/unstyled.anchor.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { styled } from '@linaria/react' - -export const ElUnstyledAnchor = styled.a` - color: inherit; - text-decoration: inherit; - font-weight: inherit; - - &:active, - &:hover, - &:link, - &:visited { - color: inherit; - text-decoration: inherit; - font-weight: inherit; - } -`