-
Notifications
You must be signed in to change notification settings - Fork 12.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon request: icon-user-remove #3847
Comments
👍 Yes please! This would be great! I also want this icon, for the moment I have hacked my own, less attractive version super-imposing the + icon over the user icon, and downsizing it. This requires special CSS rules each time I want to put an add-user icon. |
Was about to do that myself during the wait. Could you share that hack by any chance @screening4ashes ? |
Well, it's just some really ugly inline CSS. You could always add it to a class. Make your own container, and select the plus symbol icon with the n-th child selector for example. I'm a bit embarrassed to share my own, because I really just was editing the inline CSS until I had it positioned about where I wanted. I never bothered to make a proper definition with a class. Nevertheless, here it is: <i class="fa fa-user left fa-fw"></i><i class="fa fa-plus left" style="font-size: 10px; margin-left: -14px; margin-right: 14px; vertical-align: center; color: #333"></i> I have all that trash inside a <li> link element in my <ul> un-ordered list menu. Maybe one of these days I will write a proper class for it the way I described, but at the moment I am focusing on so many more important aspects of my project. |
@tagliala Thanks. Did that. |
Yes please! |
Amazing work with Font Awesome! Thanks! 👍
Would be awesome if you could add icons for add/remove users. I'm sure it would be really helpful for the whole community and since it's based on an icon you already have, should be pretty fast :)
Name: fa-user-remove / fa-user-add
Examples of usage: Add user to your network, invite someone to the site, add a follower, ...and then the reverse for remove...
Looking forward to hearing from you.
The text was updated successfully, but these errors were encountered: