fix(Profit/Loss): fix profit&loss sheet.

This commit is contained in:
a.bouhuolia
2021-03-24 15:05:06 +02:00
parent 091030a52f
commit 3b70f60952
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;
}
}