ualibraries / Guide-on-the-Side

The University of Arizona Libraries will no longer provide support for Guide on the Side. The code will remain openly available; however, UAL can no longer provide code fixes or upgrades.
https://ualibraries.github.io/Guide-on-the-Side/about.html
Other
66 stars 48 forks source link

Fix next arrow aliasing issue on Firefox #138

Closed dbaker3 closed 8 years ago

dbaker3 commented 8 years ago

Removes the jaggies on the Next arrow that can show up in Firefox. (Reference: https://brettstrikesback.com/de-pixelating-the-css-triangle/)

Before applying border-style:

aliased

After applying border-style:

antialiased

simpsonw commented 8 years ago

FWIW, this no longer seems to be happening in Firefox (I'm running Firefox 42 in Linux). It seems like it was a problem as recently as Firefox 38. I will have to think about whether or not it makes sense to merge this, although given that it's so small, I don't see why not.