Skip to content

Commit 412c1a4

Browse files
committed
fix: 🐛 Corrige l'icone de statut de l'accordeon
1 parent 0508e7e commit 412c1a4

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/components/DsfrAccordion/DsfrAccordion.vue

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@ export default defineComponent({
5050
:aria-controls="id"
5151
@click="toggleExpanded()"
5252
>
53-
<VIcon
54-
v-show="!expanded"
55-
name="ri-add-line"
56-
/>
57-
<VIcon
58-
v-show="expanded"
59-
name="ri-subtract-line"
60-
/>
6153
<span>{{ title }}</span>
6254
</button>
6355
</h3>
@@ -74,20 +66,6 @@ export default defineComponent({
7466
<style src="@gouvfr/dsfr/dist/component/accordion/accordion.main.css" />
7567

7668
<style scoped>
77-
.fr-accordion__btn {
78-
display: flex;
79-
justify-content: space-between;
80-
81-
&::before {
82-
display: none;
83-
content: '';
84-
}
85-
}
86-
87-
.fr-collapse {
88-
color: var(--g800);
89-
}
90-
9169
.fr-collapse--expanded {
9270
max-height: none !important;
9371
}

0 commit comments

Comments
 (0)