Skip to content

Commit 9828ac3

Browse files
committed
Mark all thead cells as header cells
1 parent 45bb2e2 commit 9828ac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wagtail_tinytableblock/static/wagtail_tinytableblock/js/tiny-table-block.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class TinyTableBlockDefinition extends window.wagtailStreamField.blocks.FieldBlo
2929
contextmenu_never_use_native: true,
3030
skin: (window.matchMedia("(prefers-color-scheme: dark)").matches ? "oxide-dark" : "oxide"),
3131
content_css: (window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "default"),
32+
content_style: 'thead th, thead td { font-weight: 700; }',
3233
statusbar: false,
3334
branding: false,
3435
promotion: false,

0 commit comments

Comments
 (0)