Skip to content
Snippets Groups Projects
Commit 4a2a6148 authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

fix #2676

Closes #2676

Merge request studip/studip!1834
parent 26a70975
No related branches found
No related tags found
No related merge requests found
......@@ -3603,6 +3603,7 @@ g a l l e r y b l o c k
margin-top: -22px;
transition: 200ms ease;
user-select: none;
border: none;
&:hover {
background-color: $base-color;
......
......@@ -33,8 +33,8 @@
</div>
</div>
<div v-if="currentNav === 'true'">
<a class="cw-block-gallery-prev" @click="plusSlides(-1)"></a>
<a class="cw-block-gallery-next" @click="plusSlides(1)"></a>
<button class="cw-block-gallery-prev" :title="$gettext('Vorheriges Bild')" @click="plusSlides(-1)"></button>
<button class="cw-block-gallery-next" :title="$gettext('Nächstes Bild')" @click="plusSlides(1)"></button>
</div>
</div>
</template>
......
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