diff --git a/opentech/apply/funds/templates/funds/includes/table_filter_and_search.html b/opentech/apply/funds/templates/funds/includes/table_filter_and_search.html index ce03ee52519671e430f0d13ef509a156a965c518..8ee45d03e0a4872f4d19daf8ffb60ace1d92e040 100644 --- a/opentech/apply/funds/templates/funds/includes/table_filter_and_search.html +++ b/opentech/apply/funds/templates/funds/includes/table_filter_and_search.html @@ -10,7 +10,8 @@ {% if use_batch_actions %} <div class="actions-bar__inner actions-bar__inner--batch-actions"> <p class="actions-bar__total"><span class="js-total-actions">0</span> Selected</p> - <button data-fancybox data-src="#batch-progress" class="button button--action button--reviewers js-batch-button" type="button">Status</button> + + <button data-fancybox data-src="#batch-progress" class="button button--action button--batch-status js-batch-button" type="button">Status</button> <button data-fancybox data-src="#batch-update-reviewers" class="button button--action button--reviewers js-batch-button" type="button">Reviewers</button> </div> diff --git a/opentech/static_src/src/sass/apply/components/_button.scss b/opentech/static_src/src/sass/apply/components/_button.scss index 9c2afcc23920c948901e7a58eafd243d1c9a4841..1934b4ed2904254e1a9309941ed5dc86b6ed4f2c 100644 --- a/opentech/static_src/src/sass/apply/components/_button.scss +++ b/opentech/static_src/src/sass/apply/components/_button.scss @@ -242,9 +242,7 @@ } } - &--change-status { - display: none; - + &--batch-status { &::before { background-image: url('./../../images/arrow-split.svg'); transform: rotate(90deg);