[style] sortable is no longer a thing
This commit is contained in:
parent
a50b103a4a
commit
5a05f58792
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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">') .
|
||||
|
|
Reference in a new issue