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;