FlorianEisenmenger пре 7 часа
родитељ
комит
42ebfbf8a9
1 измењених фајлова са 4 додато и 1 уклоњено
  1. +4
    -1
      gfi-ihk-2024/stories/sections/slider/slider.js

+ 4
- 1
gfi-ihk-2024/stories/sections/slider/slider.js Прегледај датотеку

@@ -106,7 +106,10 @@ class IHKSlider {

this.prevButton = $('<button class="prev" aria-label="Zurück" />');
this.nextButton = $('<button class="next" aria-label="Weiter" />');
const tabsWrapper = $('<ul class="slider-tabs variant-base" />');
const tabsWrapper = $('<ul class="slider-tabs" />');
if (!this.section.closest('.steps').length) {
tabsWrapper.addClass('variant-base');
}
const countWrapper = $('<span class="count" />')
.html('/<span class="total">' + this.slides.length + '</span></span>')
.prepend(this.count);


Loading…
Откажи
Сачувај