File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import {i18n} from '../i18n';
55
66import './Arrow.scss' ;
77
8- const b = block ( 'slider-block- arrow' ) ;
8+ const b = block ( 'slider-arrow' ) ;
99
1010export type ArrowType = 'left' | 'right' ;
1111
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments