remove legacy folded/unfolded style requirements for showing label on accordion

This commit is contained in:
2022-04-25 21:27:56 +02:00
parent 81c8d0ec77
commit c39fa1c49b
3 changed files with 1 additions and 13 deletions

View File

@@ -10,12 +10,6 @@
{% include 'ChillPersonBundle:AccompanyingPeriod:_list.html.twig' %}
{% if accompanying_periods_old|length > 0 %}
<style>
button[aria-expanded="true"] > span.folded,
button[aria-expanded="false"] > span.unfolded { display: none; }
button[aria-expanded="false"] > span.folded,
button[aria-expanded="true"] > span.unfolded { display: inline; }
</style>
<div class="accordion" id="nonCurrent">
<div class="accordion-item">
<h2 class="accordion-header" id="heading_{{ household.id }}">