Skip to content

Commit

Permalink
Revert "Make translations table sortable"
Browse files Browse the repository at this point in the history
This reverts commit 90a9913.
  • Loading branch information
deluan committed Oct 1, 2024
1 parent 90a9913 commit 1c33866
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 523 deletions.
9 changes: 1 addition & 8 deletions assets/scss/_variables_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,4 @@ html.smooth-scroll {
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-subsonic:before { content: '\e800'; } /* '' */

.sortable th {
cursor: pointer;
}
.sortable th:hover {
background-color: #f0f0f0;
}
.icon-subsonic:before { content: '\e800'; } /* '' */
19 changes: 0 additions & 19 deletions layouts/docs/baseof.html

This file was deleted.

2 changes: 1 addition & 1 deletion layouts/shortcodes/poeditorTranslations.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{{ else }}
{{ $data := $response.Content | unmarshal }}
{{ if eq $data.response.status "success" }}
<table class="translation-table sortable">
<table class="translation-table">
<thead>
<tr>
<th>Language</th>
Expand Down
Loading

0 comments on commit 1c33866

Please sign in to comment.