From a1152e5827186a5c0e9705e9dcb2ccf016862124 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 17 Mar 2023 20:05:51 -0700 Subject: [PATCH] Make generic TableField and move styles This is so we have a base for other table rows that use different interactive elements --- components/TableField/index.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/TableField/index.scss b/components/TableField/index.scss index ede6eed9..b837ed9f 100644 --- a/components/TableField/index.scss +++ b/components/TableField/index.scss @@ -4,7 +4,6 @@ gap: $unit-2x; grid-template-columns: 1fr auto; justify-content: space-between; - padding: $unit-half 0; width: 100%; @include breakpoint(phone) { @@ -13,10 +12,6 @@ flex-direction: column; } - &:hover .Left .Info h3 { - color: var(--accent-blue); - } - .Left { display: flex; flex-direction: row;