Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Adding Sign Out, Applicants, and Spam sprites to sprites.css
AaronWebstey
✭✭✭
I noticed that the 3 items mentioned in the title do not show up in the Me Module drop-down. I've added the following to sprites.css to fix that.
Added to the end of the main sprite class list:
.SpSignOut, .SpApplicants, .SpSpam,
Added to the bottom of the file in the individual sprite class definitions:
.SpSignOut { background-position: -294px -101px; } .SpApplicants { background-position: -294px -29px; } .SpSpam { background-position: -342px -5px; }
0
Comments
Just made an issue out of that, now you just need to submit a PR.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
I just submitted the PR! What do I do now?
PS - I'm not sure if I used the right sprite for 'Applicants'; if anyone thinks I should use a different one let me know and I'll submit again
Looks good to me.
Excellent, thanks!