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:
committed by
Matteo Pagliazzi
parent
bd5c4a08e2
commit
61001d0e9a
@@ -48,6 +48,7 @@
|
||||
.member-stats {
|
||||
padding-left: 12px;
|
||||
padding-right: 24px;
|
||||
margin-right: 1px;
|
||||
opacity: 1;
|
||||
transition: width 0.15s ease-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user