WordPress / openverse

Openverse is a search engine for openly-licensed media. This monorepo includes all application code.
https://openverse.org
MIT License
240 stars 194 forks source link

Dark mode visual bugs #4911

Open zackkrida opened 2 weeks ago

zackkrida commented 2 weeks ago

Description

This is a meta issue to track all dark mode bugs identified in the testing #4783.

obulat commented 1 week ago

While trying to fix the "white halo" around the focus outlines, I found this article about outline-style: auto: it's not a bug, but a feature in Chrome.

Of course, since we do change the colors of outlines based on the background color, we can override it using outline-style: solid or outline-style:none (when using the box-shadow from Tailwind ring).