Skip to content
Snippets Groups Projects
Commit 86c14667 authored by Olivia206's avatar Olivia206
Browse files

timeline accessibility

parent 508437ad
No related branches found
No related tags found
No related merge requests found
......@@ -148,9 +148,7 @@ ol.programs
position: absolute
right: 0
top: $spacing0
transform: translateY(calc(#{half($spacing0)} + 25%))
@include media-breakpoint-up(md)
transform: translateY(100%)
margin-top: px2rem(12)
a
color: inherit
text-decoration: none
......
......@@ -174,3 +174,7 @@ volumes:
singular_name: Volume
table_contents: Table des matières
volume_number: Volume {{ .Number }}
blocks:
timeline:
next: Élément suivant
previous: Élément précédent
......@@ -19,7 +19,7 @@
</ol>
{{ if (gt (len .events) 0) }}
<div class="timeline-arrows">
<button class="previous" disabled title="{{ i18n "blocks.timeline.prev"}}"></button>
<button class="previous" disabled title="{{ i18n "blocks.timeline.previous"}}"></button>
<button class="next" title="{{ i18n "blocks.timeline.next"}}"></button>
</div>
{{ end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment