From 7f1f64a860c9cbcb2ef6c9878211c4b763f1b055 Mon Sep 17 00:00:00 2001 From: Magnus Revheim Martinsen Date: Tue, 11 Nov 2025 16:11:07 +0100 Subject: [PATCH] remove unnecessary css causing bug --- src/layout/RepeatingGroup/RepeatingGroup.module.css | 4 ---- 1 file changed, 4 deletions(-) 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); }