Skip to content

Commit 8b7af83

Browse files
qradle-yndxaeksandla
authored andcommitted
fix: slider arrow class name
1 parent 39a1d97 commit 8b7af83

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/blocks/Slider/Arrow/Arrow.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import '../../../../styles/mixins.scss';
22
@import '../../../../styles/variables.scss';
33

4-
$block: '.#{$ns}slider-block-arrow';
4+
$block: '.#{$ns}slider-arrow';
55

66
%flex {
77
display: flex;

src/blocks/Slider/Arrow/Arrow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {i18n} from '../i18n';
55

66
import './Arrow.scss';
77

8-
const b = block('slider-block-arrow');
8+
const b = block('slider-arrow');
99

1010
export type ArrowType = 'left' | 'right';
1111

src/blocks/Slider/Slider.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ $dotSize: 8px;
226226
}
227227

228228
&:has(.swiper-slide-active .#{$ns}header-block_controls-view_light) {
229-
.#{$ns}slider-block-arrow__inner {
229+
.#{$ns}slider-arrow__inner {
230230
color: var(--g-color-text-dark-primary);
231231
}
232232

@@ -240,7 +240,7 @@ $dotSize: 8px;
240240
}
241241

242242
&:has(.swiper-slide-active .#{$ns}header-block_controls-view_dark) {
243-
.#{$ns}slider-block-arrow__inner {
243+
.#{$ns}slider-arrow__inner {
244244
color: var(--g-color-text-light-primary);
245245
}
246246

0 commit comments

Comments
 (0)