aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-07-18 17:48:55 +0100
committerDave Arter <davea@mysociety.org>2019-08-16 14:25:12 +0100
commite5b9551cacbb3fcc6c5ad1b07443ea721545bbdd (patch)
tree095b0f7fcd60f8cfe49e80e8138e1abeb496cfb2
parentdadb7abb5319076d3f137b543553b5697e7e5735 (diff)
[Westminster] Hide duplicate suggestion update button.
-rw-r--r--web/cobrands/westminster/base.scss4
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
+}