Fix wrong selector for sortable tables

We renamed the HTML class to `table-sortable` in commit 99f8bb449. It
was incorrectly being applied to the question options table.
This commit is contained in:
Javi Martín
2025-11-05 19:16:52 +01:00
parent a5e788dde4
commit d6f6b94ae4

View File

@@ -233,7 +233,7 @@ $table-header: #ecf1f6;
display: none; display: none;
} }
.sortable thead th:hover { .table-sortable thead th:hover {
cursor: pointer; cursor: pointer;
text-decoration: underline; text-decoration: underline;
} }