aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-03-01 18:15:26 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-03-02 14:12:28 +0000
commit9ccfe2d97943716ae06c98ff85ea3b95c1ff3357 (patch)
treeb3b7ef0936d22c21ed50a69da1c7c3174ad92b6f
parent0bfcc0db5a100413ce142e8dd64a2eb6598eb83b (diff)
[Zurich] Remove unneeded 'deleted' body indicator.
-rw-r--r--web/cobrands/zurich/base.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/zurich/base.scss b/web/cobrands/zurich/base.scss
index 3b13a93cf..101118a02 100644
--- a/web/cobrands/zurich/base.scss
+++ b/web/cobrands/zurich/base.scss
@@ -223,6 +223,10 @@ h4.static-with-rule {
input[type="checkbox"] + label.inline {
margin-right: 0.2em;
}
+
+ table tr.is-deleted {
+ background-color: transparent;
+ }
}
.admin-label--inline {