Is it possible to modify the :after section when hovering over the :before part?
Take a look at this image for reference:
I want to alter the small triangle shape when the large square is being hovered over. The square uses the :before pseudo-element and the triangle uses the :after pseudo-element.
I made an error in my implementation. Thank you for your assistance.