diff --git a/gfi-ihk-2024/stories/sections/slider/slider.js b/gfi-ihk-2024/stories/sections/slider/slider.js index 6d5b1a6..8636726 100644 --- a/gfi-ihk-2024/stories/sections/slider/slider.js +++ b/gfi-ihk-2024/stories/sections/slider/slider.js @@ -106,7 +106,10 @@ class IHKSlider { this.prevButton = $(''); this.nextButton = $(''); - const tabsWrapper = $('
'); + const tabsWrapper = $(''); + if (!this.section.closest('.steps').length) { + tabsWrapper.addClass('variant-base'); + } const countWrapper = $('') .html('/' + this.slides.length + '') .prepend(this.count);