mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
342 stars 91 forks source link

Link-buttons doesn't inherit text color #1204

Closed lean8086 closed 9 years ago

lean8086 commented 10 years ago

Be specific on link-button colors:

a.ch-btn,
a.ch-btn:focus,
a.ch-btn:visited {
    color: #fff;
}

a.ch-btn-skin,
a.ch-btn-skin:focus,
a.ch-btn-skin:visited {
    color: #476274;
}