Add a little triangle on expanded applications

This commit is contained in:
Patrick Smith
2019-02-10 07:57:52 -05:00
parent 7278650395
commit 38bfc74edd
2 changed files with 17 additions and 1 deletions

View File

@@ -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;