move extension of accordion bootstrap to dedicated file

This commit is contained in:
2022-04-25 21:23:41 +02:00
parent 72012a70d9
commit 81c8d0ec77
3 changed files with 14 additions and 12 deletions

View File

@@ -288,15 +288,3 @@ div#dashboards {
}
}
}
// accordeon person search result - closed parcours
.accordion-item {
margin-bottom: 1rem;
}
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; }