aboutsummaryrefslogtreecommitdiffstats
path: root/web
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 /web
parent8e9c3fb35f86f328bd31710af519a5e6b65f4c7f (diff)
[Zurich] Remove unused filter-row.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_admin.scss16
1 files changed, 0 insertions, 16 deletions
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 {