Buttons display hover styles when they are not being hovered on mobile #88
Labels
brightlayer-ui
Used to identify Brightlayer UI platform issues for easy filtering
bug
Something not working as expected
Describe the bug
On mobile devices/simulators, buttons show hover state styles when they are not being hovered.
One instance is the "resend verification email" button on the verify email page in the create account workflow.
Another instance is the "continue" button on the account created success screen in the self-registration workflow.
There may be other buttons like this.
What is the expected behavior?
Buttons should not be showing hover state styles unless they are hovered.
What are the steps to reproduce?
Run these steps to get the example project running, and then view the details further down to create an error state for either the "Resend" or "Continue" button.
git clone https://github.com/brightlayer-ui/angular-workflows.git
).cd angular-workflows
)cd login-workflow && yarn start:example
)"Resend Button"
"Continue Button"
Screenshots or links to minimum reproduction example
The text was updated successfully, but these errors were encountered: