diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-18 17:48:55 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2019-08-16 14:25:12 +0100 |
commit | e5b9551cacbb3fcc6c5ad1b07443ea721545bbdd (patch) | |
tree | 095b0f7fcd60f8cfe49e80e8138e1abeb496cfb2 | |
parent | dadb7abb5319076d3f137b543553b5697e7e5735 (diff) |
[Westminster] Hide duplicate suggestion update button.
-rw-r--r-- | web/cobrands/westminster/base.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/westminster/base.scss b/web/cobrands/westminster/base.scss index 1ca07fb44..3820c8fea 100644 --- a/web/cobrands/westminster/base.scss +++ b/web/cobrands/westminster/base.scss @@ -226,3 +226,7 @@ ol.big-numbers>li:before { margin: 0.2em 6px; } } + +.item-list__item--expandable__actions a.btn--primary { + display: none; // No updates +} |