PinegrowCommunity
PinegrowCommunity copied to clipboard
Feature to allow edit HOVER styles
scenario: I want to add a different background-color when user hovers a button.
1.- Select the button(element) on PG. 2.- Click on CSS "Add Class-Hover" 3.- Edit CSS Styles that just works when user hovers the element. 4.- Create and Assign Class to the element.
it should create a class like .class:hover{ background-color: whatever}.
So far if you edit a class and add .class:hover{} PG succesfully applies styles and display them correctly on mouse hover.