wagtail / wagtail-autocomplete

An Autocomplete edit handler for selecting Pages, Snippets, and more.
https://wagtail-autocomplete.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
120 stars 55 forks source link

Fix dark mode when system settings are set to light #184

Open simon-retsch opened 6 months ago

simon-retsch commented 6 months ago

The recent fix (https://github.com/wagtail/wagtail-autocomplete/pull/175) for the problems with the dark mode did not resolve all problems. I'm using Windows 11 which has also has the system wide dark mode settings. If the system wide dark mode is enabled it shows the entries correctly. But if the system dark mode is on light and the wagtail settings are on dark mode, it still shows the entries as described in here.