Currently, I am utilizing Vue 3 along with the Element Plus library. My goal is to modify the hover, active, and select colors of the Checkbox Button that I have implemented. Unfortunately, my attempts to do so have not been successful. I essentially copied the code from the source, so feel free to take a look at it or experiment using the playground. Thank you in advance for any assistance provided!
Here's what I'm working with:
I've experimented with using :hover and :active selectors. Could it be that I'm using them incorrectly?