diff --git a/src/layout/RepeatingGroup/RepeatingGroup.module.css b/src/layout/RepeatingGroup/RepeatingGroup.module.css index a59bb9dfaa..a83df037b8 100644 --- a/src/layout/RepeatingGroup/RepeatingGroup.module.css +++ b/src/layout/RepeatingGroup/RepeatingGroup.module.css @@ -52,10 +52,6 @@ Altinn, and making sure they are consistent. */ } /* ==== */ -.repeatingGroupTable > tbody > tr:hover td { - background-color: unset; -} - .nestedTable { background-color: var(--ds-color-neutral-background-default); }