Skip to content
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-empty #2120

Closed
Dabor opened this issue Oct 8, 2013 · 3 comments
Closed

Icon Request: icon-empty #2120

Dabor opened this issue Oct 8, 2013 · 3 comments

Comments

@Dabor
Copy link

Dabor commented Oct 8, 2013

Hi,

First of all, congratulations for your great job with your font and icons. It's amazing how easy their use is and the awesome results :)

Unfortunately, I miss what would be, in my opinion, the easiest icon ever: an empty icon :)

When I use icons in a sidebar or dropdown menu (icon + caption) I sometimes have options without a suitable icon. In those cases, I would like to have the captions aligned, so an empty icon (with the same width of all the icons) would be great. I've tried using an empty icon stack, but the result is not perfect.

I've been searching the web for a similar request; I hope I've not missed it!

Thank you!
David

@thisispiers
Copy link

apply .icon-fixed-width to all icons and for the empty icon just don't add an icon class name like so:

<li><span class="icon-fixed-width icon-home"></span> Caption #1</li>
<li><span class="icon-fixed-width"></span> Caption #2</li> <!-- this icon is empty -->
<li><span class="icon-fixed-width icon-flag"></span> Caption #3</li>
<li><span class="icon-fixed-width icon-signout"></span> Caption #4</li>

@tagliala
Copy link
Member

tagliala commented Oct 8, 2013

missed 😆

#1606

@tagliala tagliala closed this as completed Oct 8, 2013
@Dabor
Copy link
Author

Dabor commented Oct 9, 2013

Thank you very much!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants