@cynecx do you have a suggestion to make this not flicker on hover while still keeping the old behavior for other menus? We can revert https://github.com/rust-lang/docs.rs/pull/1164 but I'd prefer to fix both issues if possible.
Hm, I didn鈥檛 have the time to actually look into the PR and the issue here except that disabling those css rules fixes the weird behavior. I am also very short on time right now. Perhaps @pickfire? Though, I might look into it tomorrow or so.
Ah, that PR fixed something but I didn't know it causes regression, I didn't check on the light theme to get to see this behavior.
I believe it is caused by both activating at the same time, one taking from focus (color) and one from hover (background-color).
Most helpful comment
I believe it is caused by both activating at the same time, one taking from
focus(color) and one fromhover(background-color).