diff options
| author | Josh Kingsley <josh@joshkingsley.me> | 2025-10-29 18:26:41 +0200 |
|---|---|---|
| committer | Josh Kingsley <josh@joshkingsley.me> | 2025-10-29 18:26:41 +0200 |
| commit | 7ef8366bfc43775bf26e71e77bddf31af829dfde (patch) | |
| tree | 38f2551d3676838df5e35c97e5678f89fd75a56f /web/src/components/grid/index.css | |
| parent | 986e65f9ab7122995ae1d647df23d817cecf6816 (diff) | |
refactor(web): add decorators
Diffstat (limited to 'web/src/components/grid/index.css')
| -rw-r--r-- | web/src/components/grid/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } } |
