ui-alchemy / ui_alchemy-rails

http://www.ui-alchemy.org
MIT License
14 stars 21 forks source link

Fixed left black arrow class #121

Closed daviddavis closed 11 years ago

daviddavis commented 11 years ago

Yes, I know this is from my master branch.

No, I don't care.

ehelms commented 11 years ago

I would prefer avoiding re-defining the entire block of SCSS for this icon when it would appear this is a result of a miss-naming (notice the dash vs. underscore at the end).

https://github.com/ui-alchemy/alchemy/blob/master/stylesheets/components/sprites/_sprites.scss#L63

daviddavis commented 11 years ago

Hmmm... it looks like there's some inconsistency in how the class is suppose to look. Like the _sprites.scss file there's both _icon_black and _icon-black. Which should I use?

daviddavis commented 11 years ago

Ok, it should be good to go now. Thanks again @ehelms.

daviddavis commented 11 years ago

Actually looking at the code, this change is not needed anymore.