We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open a calendar field (light or dark) and check the console. You will see a 404 for the image used for the dropdown arrow as shown in the image below
It should look similar to
Instead it looks like
This is a bug introduced by @wilsonge in #41743
https://j5.test/media/system/css/images/select-bg.svg 404 (Not Found)
Should be https://j5.test/media/system/images/select-bg.svg
https://j5.test/media/system/images/select-bg.svg
The text was updated successfully, but these errors were encountered:
#42060
Sorry, something went wrong.
please test #42060
No branches or pull requests
Steps to reproduce the issue
Open a calendar field (light or dark) and check the console. You will see a 404 for the image used for the dropdown arrow as shown in the image below
It should look similar to
Instead it looks like

This is a bug introduced by @wilsonge in #41743
https://j5.test/media/system/css/images/select-bg.svg 404 (Not Found)Should be
https://j5.test/media/system/images/select-bg.svgThe text was updated successfully, but these errors were encountered: