Skip to content

Commit 5a1a402

Browse files
committed
clickable sort for firefox
1 parent 4ca18d8 commit 5a1a402

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-generic-crud-table",
3-
"version": "1.5.17",
3+
"version": "1.5.18",
44
"description": "<crud-table> renders object-arrays with options-panel and inline edit per row. Dispatches events for ongoing data handling. As self-containing webcomponent or for Svelte in 60KB",
55
"main": "dist/build/crud-table.js",
66
"module": "dist/build/crud-table.mjs",

src/SvelteGenericCrudTable.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@
299299
300300
.sortable {
301301
cursor: pointer;
302-
font-weight: 300;
302+
font-weight: 400;
303+
z-index: -1;
303304
}
304305
305306
tr {

0 commit comments

Comments
 (0)