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

@@ -400,7 +400,7 @@
<tr>
<th scope='rowgroup'>
<button v-on:click='toggle($event, name)' class='icon-link icon-link--large spend-table__application__toggler'>
<template v-if='application.isVisible'>{{ Icon('caret_down') }}</template>
<template v-if='application.isVisible'>{{ Icon('caret_down') }}<div class='open-indicator'></div></template>
<template v-else>{{ Icon('caret_right') }}</template>
<span v-html='name'></span>
</button>