Skip to content
Snippets Groups Projects
Commit 997fc8f0 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Re-enable the icon for the button

parent f5b8fbae
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -242,9 +242,7 @@
}
}
&--change-status {
display: none;
&--batch-status {
&::before {
background-image: url('./../../images/arrow-split.svg');
transform: rotate(90deg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment