mercadolibre / chico

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

Improve paginator component #1296

Closed battaglr closed 8 years ago

battaglr commented 8 years ago

On "next" and "prev" links:

  1. Replace type attribute with rel.
  2. Replace attribute selector with a class selector.

This resolves #1213. For further information see the previously mentioned issue.

Note: changes not made in .ch-pagination or its descendant elements are due to a bad automatic merge from a previous PR.