Hide line items by default for confirmed reimbursements

This commit is contained in:
2024-03-14 17:49:12 +01:00
parent 49b3825af4
commit 3ee140723c
4 changed files with 29 additions and 2 deletions
+10
View File
@@ -16,6 +16,16 @@ ul.item-list {
}
}
&.collapsible {
> li {
border-left: 1px solid transparent;
&:hover {
border-left: 1px solid $blue;
}
}
}
&.loading {
@include loading-border-top;