From 7ef8366bfc43775bf26e71e77bddf31af829dfde Mon Sep 17 00:00:00 2001 From: Josh Kingsley Date: Wed, 29 Oct 2025 18:26:41 +0200 Subject: refactor(web): add decorators --- web/src/components/grid/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/src/components/grid/index.css') diff --git a/web/src/components/grid/index.css b/web/src/components/grid/index.css index 64153ed..c29f55d 100644 --- a/web/src/components/grid/index.css +++ b/web/src/components/grid/index.css @@ -33,7 +33,7 @@ display: none; } - ntv-grid input[data-edit-cell] { + ntv-grid input[data-edit] { position: absolute; vertical-align: baseline; background: var(--color-neutral-800); @@ -43,7 +43,7 @@ text-align: center; } - ntv-grid input[data-edit-cell]:focus-visible { + ntv-grid input[data-edit]:focus-visible { outline: none; } } -- cgit v1.2.3