Added the accounting-dragged class to replace the list-group-item-dark class when reordering with drag-and-drop, because the dragged list may not be a list group.

This commit is contained in:
2023-02-26 07:44:48 +08:00
parent 652bddc07a
commit d98e9f8f05
2 changed files with 8 additions and 4 deletions

View File

@ -34,6 +34,10 @@
color: inherit;
padding-right: 0;
}
.accounting-dragged {
color: #141619;
background-color: #D3D3D4;
}
/** The card layout */
.accounting-card {