I'm currently working on customizing the styling of a menu using CSS in a project that involves the use of "react-horizontal-scrolling-menu". While I've been successful in styling the menu items with .menu-item:hover & .menu-item:active
, I am encountering issues with .menu-item:visited. No matter how many different approaches I try, I can't seem to figure out how to control the appearance of the menu item after it has been clicked. Below is a code snippet from the current module view:
https://codesandbox.io/s/qk1v5n0z5w?fontsize=14&moduleview=1