saeedalipoor / icono

One tag One icon, no font or svg, Pure CSS
http://git.io/icono
MIT License
4k stars 301 forks source link

Allow color overriding #15

Closed ialtamirano closed 6 years ago

ialtamirano commented 9 years ago

Allow for css color overriding.

http://jsfiddle.net/agLs7chu/

saeedalipoor commented 9 years ago

Oh, thanks alot about mentioning that. You should change color of icon directly for this version, in next version i will change something to support color inheritance. :)

edtorba commented 9 years ago

Following should work, also I can't find any reasons for setting default color on icons.

file: icono.scss

[class*="icono-"] {
  ...
  color: inherit;
  ...
}
saeedalipoor commented 9 years ago

Thanks @edtorba i just missed this issue and will fix this soon :)