PinegrowCommunity icon indicating copy to clipboard operation
PinegrowCommunity copied to clipboard

Feature to allow edit HOVER styles

Open ialex opened this issue 10 years ago • 0 comments

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.

ialex avatar Apr 23 '14 12:04 ialex