diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-11-05 21:25:53 +0000 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-11-08 22:12:46 +0000 |
commit | 6f6a65c8d2076cc20c11ae290c9603ea3c4fe41c (patch) | |
tree | e1f38638618351c7b011069a890d425408ca3c14 | |
parent | 7359a017d4386c96cf681bb694f207138ebf0bc9 (diff) |
[Highways England] Remove map grayscale.
-rw-r--r-- | web/cobrands/highwaysengland/base.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/cobrands/highwaysengland/base.scss b/web/cobrands/highwaysengland/base.scss index 839c53ad8..72879d64a 100644 --- a/web/cobrands/highwaysengland/base.scss +++ b/web/cobrands/highwaysengland/base.scss @@ -201,5 +201,4 @@ p.form-error { .olLayerGrid, .olBackBuffer { opacity: 0.3; - filter: grayscale(1); } |