From 997fc8f021d769242550e36c78de1d1a58f03f43 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Mon, 18 Feb 2019 08:04:39 +0000 Subject: [PATCH] Re-enable the icon for the button --- .../templates/funds/includes/table_filter_and_search.html | 3 ++- opentech/static_src/src/sass/apply/components/_button.scss | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) 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 ce03ee525..8ee45d03e 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 9c2afcc23..1934b4ed2 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); -- GitLab