mercadolibre / chico

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

CSS: Link as buttons have text in blue #1191

Closed lean8086 closed 9 years ago

lean8086 commented 10 years ago

It's a problem with specificity on button selectors when it sets the text color.

lean8086 commented 10 years ago

For example, I had to do:

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

Test in Firefox. It's easier to see.

lean8086 commented 9 years ago

Duplicated with #1204