button accessible
This commit is contained in:
parent
cbaec9cafb
commit
96bbd681c7
|
@ -69,10 +69,10 @@
|
||||||
<div{{ title_attributes.addClass(title_classes) }}>{{ label }}</div>
|
<div{{ title_attributes.addClass(title_classes) }}>{{ label }}</div>
|
||||||
<div class='timeline'>
|
<div class='timeline'>
|
||||||
<div class="__timeline-arrows">
|
<div class="__timeline-arrows">
|
||||||
<button id='arrowPrev' class="arrow arrow__prev">Bouton défilement précédent
|
<button id='arrowPrev' class="arrow arrow__prev" aria-label="Previous" type="button">
|
||||||
{% include active_theme_path() ~ '/dist/assets/img/prev.svg' %}
|
{% include active_theme_path() ~ '/dist/assets/img/prev.svg' %}
|
||||||
</button>
|
</button>
|
||||||
<button id='arrowNext' class="arrow arrow__next">Bouton défilement suivant
|
<button id='arrowNext' class="arrow arrow__next" aria-label="Next" type="button">
|
||||||
{% include active_theme_path() ~ '/dist/assets/img/next.svg' %}
|
{% include active_theme_path() ~ '/dist/assets/img/next.svg' %}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue