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
I wanted to create a rail of images which are a tags. I have created a custom arrows navigation and hidden them by default. I change the display to block when the user hovers on the rail &:hover .splide__arrow--next { display: block; }
But now I am struggling when I start navigation with the tab and focus-visible, somehow I should put the display block on the arrow when the user has the focus on the rail.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I wanted to create a rail of images which are a tags. I have created a custom arrows navigation and hidden them by default. I change the display to block when the user hovers on the rail
&:hover .splide__arrow--next { display: block; }
But now I am struggling when I start navigation with the tab and focus-visible, somehow I should put the display block on the arrow when the user has the focus on the rail.
Any suggestion?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions