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:
@@ -233,7 +233,7 @@ $table-header: #ecf1f6;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sortable thead th:hover {
|
||||
.table-sortable thead th:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user