Skip to content

Commit

Permalink
fix: slider a11y (#982)
Browse files Browse the repository at this point in the history
* fix: slider a11y

* fix: more slider a11y features

* fix: requested changes and fixes

* fix: removed extra attribute

* fix: old slider changes

* fix: tests

* fix: inproper in

* fix: less code

* fix: even less code

* fix: removed auto focus on new slider

* fix: requested changes

* fix: spaces

* fix: tests

* fix: visual tests
  • Loading branch information
PahaN47 authored Sep 27, 2024
1 parent 218f1c4 commit a1f4423
Show file tree
Hide file tree
Showing 13 changed files with 409 additions and 102 deletions.
2 changes: 1 addition & 1 deletion src/blocks/Slider/Slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $block: '.#{$ns}SliderBlock';
}

.slick-slide > div {
height: 100%;
display: flex;
}
}

Expand Down
Loading

0 comments on commit a1f4423

Please sign in to comment.