Skip to content

Commit 4767395

Browse files
committed
Merge remote-tracking branch 'origin/main' into validation
# Conflicts: # lib/importer/backend.test.js
2 parents 6c0a98a + 3ea5f4c commit 4767395

File tree

10 files changed

+565
-416
lines changed

10 files changed

+565
-416
lines changed

fixtures/realistic.ods

1.97 KB
Binary file not shown.

fixtures/trailing-column.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
A,B,
2+
1,2,

fixtures/tribbles.ods

-1.12 KB
Binary file not shown.

lib/importer/assets/css/selectable_table.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ table.selectable td {
2929
border-right-width: 1px;
3030
white-space: pre-wrap;
3131
font-variant-numeric: tabular-nums;
32+
min-width: 8em;
33+
max-width: 15em;
3234
}
3335

3436
table.selectable th *,
3537
table.selectable td * {
3638
box-sizing: border-box;
3739
font-family: inherit;
38-
cursor: inherit
40+
cursor: inherit;
3941
}
4042

4143
table.selectable th a,
@@ -237,6 +239,10 @@ table.selectable:not(.editable) tbody:empty::before {
237239
box-sizing: border-box
238240
}
239241

242+
table.selectable td.selected.focus {
243+
border: 2px solid blue;
244+
}
245+
240246
table.selectable tbody td,
241247
table.selectable tbody td.selected.focus {
242248
background-color: white

lib/importer/assets/js/selectable_table.js

Lines changed: 100 additions & 22 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)