Skip to content

Instantly share code, notes, and snippets.

@bjankord
Created April 7, 2016 00:18
Show Gist options
  • Save bjankord/aa9d15d0b57b92d1cad5d165ce5c861b to your computer and use it in GitHub Desktop.
Save bjankord/aa9d15d0b57b92d1cad5d165ce5c861b to your computer and use it in GitHub Desktop.
Add
<img src="profile.png" class="avatar" alt="Jane Doe">
<img src="profile.png" class="avatar is-hovered" alt="Jane Doe">

Add a class you can use to mock hover styles when you run the visual regression test on the component.

.avatar {
// img styles here
}
.avatar:hover,
.avatar.is-hovered {
// img hover styles here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment