This commit is contained in:
elforjani3
2021-03-24 16:14:23 +02:00
6 changed files with 50 additions and 14 deletions

View File

@@ -36,7 +36,7 @@
.tr.is-expanded{
.td.total,
.td.total-period{
> span.cell-text{
.cell-text{
display: none;
}
}

View File

@@ -34,6 +34,18 @@
.tr:not(.no-results) .td{
border-left: 1px solid #ececec;
}
.tr{
&.is-expanded{
.td.amount{
.cell-inner{
display: none
}
}
}
}
.tr.row-type{

View File

@@ -31,7 +31,7 @@
.tr.is-expanded{
.td.total,
.td.total-period{
> span{
.cell-text{
display: none;
}
}