diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-01 18:15:26 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-03-02 14:12:28 +0000 |
commit | 9ccfe2d97943716ae06c98ff85ea3b95c1ff3357 (patch) | |
tree | b3b7ef0936d22c21ed50a69da1c7c3174ad92b6f | |
parent | 0bfcc0db5a100413ce142e8dd64a2eb6598eb83b (diff) |
[Zurich] Remove unneeded 'deleted' body indicator.
-rw-r--r-- | web/cobrands/zurich/base.scss | 4 |
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 { |