alongubkin / angular-datepicker

Angular.js Date/Time Picker
MIT License
291 stars 129 forks source link

Update base.date.less #57

Closed paulrdukes closed 8 years ago

paulrdukes commented 9 years ago

Fixed pixelated arrows in Firefox

When rendering triangles using borders, border-style solid can render pixelated in Firefox. Using a border-style of inset with 0 opacity border-color fixes this issue.