This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Convert icons to background image data #3
Comments
That should serve as a merciful punishment for people still using either of those ( IE 6-8 ). |
@fjarrett Are we sure we want to do this? While it would remove the /icons folder, it might confuse inexperienced developers. The encoded image looks like this:
|
@johnregan3 base64 images in CSS is becoming more and more common practice with the sunsetting of IE8, although this one is larger than I expected it to be. But yes, I think we should go for it. |
@fjarrett It shall be done. |
Finished in 1712f05 |
PR merged: #4 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should think about base64 encoding the icons used for the datepicker, since they are so small. The drawback would be that the icons would not be seen in IE6-8.
The text was updated successfully, but these errors were encountered: