[style] sortable is no longer a thing

This commit is contained in:
Shish 2024-01-08 21:16:45 +00:00
parent a50b103a4a
commit 5a05f58792
2 changed files with 2 additions and 3 deletions

View file

@ -15,8 +15,7 @@ TABLE.form TEXTAREA,
TABLE.form BUTTON {width: 100%;}
*[onclick],
H3[class~="shm-toggler"],
.sortable TH {
H3[class~="shm-toggler"] {
cursor: pointer;
}

View file

@ -44,7 +44,7 @@ class TagListTheme extends Themelet
$tag_count_is_visible = $config->get_bool("tag_list_numbers");
return '
<table class="tag_list sortable">
<table class="tag_list">
<colgroup>' .
($tag_info_link_is_visible ? '<col class="tag_info_link_column">' : '') .
('<col class="tag_name_column">') .