aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-01-23 11:39:47 +0000
committerMatthew Somerville <matthew@mysociety.org>2020-07-31 22:13:40 +0100
commitfb0c5f39f46275e45074c8707f122a8c4e824ab5 (patch)
treec8a40bf7ec8337436e05b11230a9044fb76c88e4
parent8e9c3fb35f86f328bd31710af519a5e6b65f4c7f (diff)
[Zurich] Remove unused filter-row.
-rw-r--r--templates/web/zurich/admin/_index_table.html3
-rw-r--r--web/cobrands/sass/_admin.scss16
2 files changed, 0 insertions, 19 deletions
diff --git a/templates/web/zurich/admin/_index_table.html b/templates/web/zurich/admin/_index_table.html
index d523f4a20..232d4dc80 100644
--- a/templates/web/zurich/admin/_index_table.html
+++ b/templates/web/zurich/admin/_index_table.html
@@ -13,8 +13,5 @@
<th class='edit'>*</th>
[% END %]
</tr>
- <tr class="filter-row">
- <td colspan="8"><input type="text" placeholder="[%= loc('Filter report list') %]" /></td>
- </tr>
[% INCLUDE 'admin/problem_row.html' %]
</table>
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss
index 4ae019776..e78820ae9 100644
--- a/web/cobrands/sass/_admin.scss
+++ b/web/cobrands/sass/_admin.scss
@@ -43,22 +43,6 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
text-align: center;
font-weight: bold;
}
- tr.filter-row td {
- display: none; /* TODO: reveal when filtering is implemented */
- padding: flip(4px 4px 4px 40px, 4px 40px 4px 4px);
- background-color: $button_bg_col;
- background-image: url('/cobrands/zurich/search-icon-white.png');
- background-position: flip(14px, right) center;
- background-repeat: no-repeat;
- border-bottom: 2px solid $table_border_color;
- }
- tr.filter-row td input[type=text] {
- background-color: #e1e1e1;
- width: 16em;
- @include border-radius(4px);
- border: none;
- padding: 3px 0.5em;
- }
tr.is-deleted {
background-color: #ffdddd;
img {