I have a module button that I'm styling the same way as the buttons in the template itself. I know that you can use :hover to achieve the effect I want, but how are the buttons in the template doing that? Looking at, for example, the "Search" button for the finder module in head-search, I don't see any :hover selector in the css.
Having used a color picker, the color it changes into while hovering is #1252f1. When looking for that value in the applied styles, it doesn't exist there.
This is just for my understanding, how is the hover effect applied? I've looked through every .css value for the buttons, but can't figure it out for the life of me 🙂