From a3dc51c227a1c37f26cefc3df927500ff74bfc87 Mon Sep 17 00:00:00 2001 From: Birk Johansson Date: Mon, 19 Sep 2022 09:05:31 +0200 Subject: [PATCH] fix: minor cleanup --- src/data-workspace/data-entry-cell/data-entry-cell.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/data-workspace/data-entry-cell/data-entry-cell.module.css b/src/data-workspace/data-entry-cell/data-entry-cell.module.css index b28e2a6cb4..bf11c64b8c 100644 --- a/src/data-workspace/data-entry-cell/data-entry-cell.module.css +++ b/src/data-workspace/data-entry-cell/data-entry-cell.module.css @@ -31,8 +31,7 @@ .highlighted { outline: 3px solid var(--colors-grey800) !important; border: none !important; - background: #fff; - /* Fix to prevent bottom outline to be clipped by next cell*/ + /* Fix to prevent bottom outline to be clipped by next cell */ z-index: 1; }