triangle marker for open environments

This commit is contained in:
dandds
2019-04-30 17:13:10 -04:00
parent 1484473bd7
commit 41a191b1fc
3 changed files with 19 additions and 1 deletions

View File

@@ -58,7 +58,7 @@
</a>
<div class='separator'></div>
{% endif %}
<a class='icon-link' v-on:click="toggleSection('{{ section_name }}')">
<a class='icon-link triangle-box' v-on:click="toggleSection('{{ section_name }}')">
<span>Environments ({{ application.environments|length }})</span>
<span v-if="selectedSection === '{{ section_name }}'">
{{ Icon('caret_up') }}
@@ -66,6 +66,7 @@
<span v-else>
{{ Icon('caret_down') }}
</span>
<div class="triangle-up" v-if="selectedSection === '{{ section_name }}'"></div>
</a>
</div>
</div>