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

Feature requests: fa-rotate-45 #2858

Closed
kiero-pl opened this issue Feb 8, 2014 · 20 comments
Closed

Feature requests: fa-rotate-45 #2858

kiero-pl opened this issue Feb 8, 2014 · 20 comments

Comments

@kiero-pl
Copy link

kiero-pl commented Feb 8, 2014

Yesterday I need to do a close button and I want to use font-awesome to do it. And there was no cross icon or something like that. I simply used plus icon and rotate it 45deg with additional class.

I want to suggest a "fa-rotate-45" class for icons.

@tagliala
Copy link
Member

tagliala commented Feb 8, 2014

IE8/9 really sucks on 45deg rotations:

Take a look at #937 (comment)

@kiero-pl
Copy link
Author

kiero-pl commented Feb 8, 2014

Yes, unfortunately IE sucks.
I used link in #937 comment and test it in www.browserstack.com/screenshots and I have mixed feelings about supporting IE :).
I think I will used additional class for now and where I need it.
Thanks for response.

PS: maybe consider to add "cross/close" icon?

@tagliala
Copy link
Member

tagliala commented Feb 8, 2014

icon-times is already there: http://fontawesome.io/icon/times/

icon-close (a thinner icon-times) is a request: #1540

@kiero-pl
Copy link
Author

kiero-pl commented Feb 8, 2014

I must be blind :) Thanks for that.
I think this topic can be closed.

@tagliala
Copy link
Member

tagliala commented Feb 8, 2014

@magoo-pl it's ok to leave this open since this is a proper request for a css feature, but if you want you can close it

@subhog
Copy link

subhog commented Mar 8, 2014

The issue is still valid - this would be really handy for arrows.

@oriadam
Copy link

oriadam commented Mar 22, 2014

+1 for arrows
I am currently using rotate-90 with fa-bars fa-signal fa-sort fa-sort-asc fa-sort-desc fa-exchange

@abuisman
Copy link

+1 as well for arrows. I want to rotate arrow-up 45 degrees. For now I will rely on compass for this, but it would be handy if I could do it through fa.

@ryan-kimber
Copy link

+1 - looking for arrow icons to indicate expansion at the corners of a table.

@ecksteing
Copy link

+1 for "fa-rotate-45" class

@StanleyMlha
Copy link

+1 for fa-rotate-45

@sarciszewski
Copy link

IE8/9 really sucks on 45deg rotations:

This could have been summed up as:

IE8/9 really sucks

Is IE 8/9 support going to be revoked in a future version of Font Awesome?

@s-aida
Copy link

s-aida commented Jan 5, 2015

Not sure FA's support policy, but I'm concerned IE9 will be supported until Windows 7 dies...

@KerriLea
Copy link

+1 for fa-rotate-45

@Chris-Reedy
Copy link

I use this for 45 rotations - just add onto font-awesome.min.css file:

.fa-rotate-45 {-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}

Then add fa-rotate-45 to inline span code like <span class="fa fa-hand-o-right fa-rotate-45"></span>

@javiros
Copy link

javiros commented Sep 3, 2015

@zuhloobie thank you!

@isuvorov
Copy link

isuvorov commented Feb 3, 2016

+1

@coeus01
Copy link

coeus01 commented Feb 4, 2016

+1

@My1
Copy link

My1 commented Feb 16, 2016

@shunsukeaida nah I rather think until vista dies. Win7 got IE Updates and older IE versions than the latest available on a given system are dropped out of MS's support corner.
and the only OS with IE9 as latest is Vista.

@tagliala
Copy link
Member

Closing here in favour of #8515

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