summaryrefslogtreecommitdiff
path: root/web/src/components/grid/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/components/grid/index.css')
-rw-r--r--web/src/components/grid/index.css4
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;
}
}