I’m using the form element and trying to apply hover styles to the form’s fields and submit button.
The issue is when trying to use the :hover state for the form element, it applies the hover styling when hovering over the form in it’s entirety. So for example, you hover over the Name field it will also trigger hover styling for the submit button.
I’m not sure if this is intentional. I was able work around the issue using Custom CSS. Looking for some feedback - I’m new to the bricks theme and wanted to see if anyone had a better way or if this is the best practice? I looked into creating pseudo-classes but it doesn’t seem to be able to accommodate this.