Removed the unused list-group-item-success class from style.css.

This commit is contained in:
依瑪貓 2023-03-15 01:20:43 +08:00
parent 91e6dc6668
commit 954173a2c2

View File

@ -136,9 +136,6 @@
.accounting-list-group-stripped .list-group-item:nth-child(2n+1) {
background-color: #f2f2f2;
}
.accounting-list-group-stripped .list-group-item-success:nth-child(2n+1) {
background-color: #c7dbd2;
}
.accounting-list-group-hover .list-group-item:hover {
background-color: #ececec;
}