diff --git a/styles/sections/_reports.scss b/styles/sections/_reports.scss index 18f9187b..cb5cdae1 100644 --- a/styles/sections/_reports.scss +++ b/styles/sections/_reports.scss @@ -302,12 +302,28 @@ @include icon-size(12); margin-right: $gap; } + + .open-indicator { + position: absolute; + bottom: 0; + left: 5 * $gap; + width: 0; + height: 0; + border-left: 10px solid transparent; + border-right: 10px solid transparent; + + border-bottom: 10px solid $color-blue-light; + } } th, td { border-bottom: none; } + th[scope=rowgroup] { + position: relative; + } + .spend-table__application__env { margin-left: 2 * $gap; diff --git a/templates/portfolios/reports/index.html b/templates/portfolios/reports/index.html index 9522995a..6d17172b 100644 --- a/templates/portfolios/reports/index.html +++ b/templates/portfolios/reports/index.html @@ -400,7 +400,7 @@