Steve Testone
Results
2
issues of
Steve Testone
In the addLinks method around line 426 there is the following code: ``` javascript links[normal0] = normal1; names[normal0] = alias[0]; links[normal1] = normal0; names[normal1] = alias[1]; ``` Does this technically...
bug
On chrome whenever the cart is toggled open it auto-focuses on the close button which renders the ugly grey outline. Can someone please add "outline: none;" to that button so...