Skip to content

Commit

Permalink
Merge pull request #212 from ezsystems/EZP-30101-wrong-class-for-tras…
Browse files Browse the repository at this point in the history
…h-button-for-bulk-delete-pop-up

EZP-30101: Wrong class for Trash button for bulk delete pop up
  • Loading branch information
lserwatka authored Sep 17, 2019
2 parents 16089c3 + d891671 commit 558cd25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Resources/public/scss/modules/sub-items-list/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@
padding: 0 calculateRem(32px);
}

&__confirmation-modal-cancel-btn {
background: $ez-color-base-medium;
border-color: $ez-color-base-medium;
}

&__pagination-info {
text-align: center;
padding: calculateRem(16px) 0;
Expand Down
2 changes: 1 addition & 1 deletion src/modules/sub-items/sub.items.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ export default class SubItemsModule extends Component {
<button
onClick={this.closeBulkDeletePopup}
type="button"
className="btn btn-secondary btn--no m-sub-items__confirmation-modal-cancel-btn"
className="btn btn-dark"
data-dismiss="modal">
{cancelLabel}
</button>
Expand Down

0 comments on commit 558cd25

Please sign in to comment.