mercadolibre / chico

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

Visited links on error messages boxes #1130

Closed pulsovisual closed 10 years ago

pulsovisual commented 10 years ago

Hi, The 'visited' links on the error messages boxes have a purple color and is too similar with the text color. e.g. error-box_with_visited_link

<div class="ch-box-icon ch-box-error"><i class="ch-icon-remove-sign"></i>Oops, something wrong happened <a href="http://www.mercadolibre.com.ar/">Click me</a></div>

This is happening very well on validation boxes. validation-box_with_visited_link

<div class="ch-popover-content">Fill in this information. <a href="http://www.mercadolibre.com.ar/">Click me</a></div>

The proporsal is using the links in blue in the 'visited' pseudo-class.

This definition apply very well to the other messages boxes links.