WIP Fix flicker when user mouses over the very leftmost edge of party member avatar (#10407)

* added 1px margin-right to .member-stats

* added unit test for flicker prevention style

* remove .only() from unit test

* rewrote margin test using computed style
This commit is contained in:
Hayden Betts
2018-06-27 10:07:21 -07:00
committed by Matteo Pagliazzi
parent bd5c4a08e2
commit 61001d0e9a
2 changed files with 24 additions and 0 deletions
@@ -48,6 +48,7 @@
.member-stats {
padding-left: 12px;
padding-right: 24px;
margin-right: 1px;
opacity: 1;
transition: width 0.15s ease-out;
}