diff options
-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 +} |