You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When our accessibility group tests the content carousels, it is noted that the arrow buttons do not have focus, especially in Google Chrome.
I believe that this is due to how arrows are rendered. They're "injected" into the carousel by CSS using the ::before pseudo element.
Presently, we're adding the following to slick-options and adding the appropriate styles to have them look the way they should
Describe the solution you'd like
I would like have the component updated such that it doesn't rely on the ::before psuedo element
The text was updated successfully, but these errors were encountered:
jonathanmtran
changed the title
[content-carousel] Replace arrows with non-psuedo arrows
[content-carousel] Replace arrows with arrows in non-psuedo elements
Sep 11, 2019
Is your feature request related to a problem? Please describe.
When our accessibility group tests the content carousels, it is noted that the arrow buttons do not have focus, especially in Google Chrome.
I believe that this is due to how arrows are rendered. They're "injected" into the carousel by CSS using the
::before
pseudo element.Presently, we're adding the following to
slick-options
and adding the appropriate styles to have them look the way they shouldThe resulting element ends up like the following
Describe the solution you'd like
I would like have the component updated such that it doesn't rely on the
::before
psuedo elementThe text was updated successfully, but these errors were encountered: