Skip to content
New issue

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

Hover color transition only affects direct text children #17669

Closed
jdm opened this issue Jul 11, 2017 · 2 comments
Closed

Hover color transition only affects direct text children #17669

jdm opened this issue Jul 11, 2017 · 2 comments

Comments

@jdm
Copy link
Member

@jdm jdm commented Jul 11, 2017

<style>
div { transition: color 0.1s; color: black }
div:hover { color: red; }
</style>
<div><span>hi</span> there</div>

Due to #17667, this testcase is completely broken unless non-incremental layout (-i) is enabled. Even with non-incremental layout, however, the text in the span does not change color when the mouse is over any part of the containing div.

@atouchet
Copy link
Contributor

@atouchet atouchet commented May 7, 2020

This appears to be working as of the 2020-05-07 nightly build.

@jdm
Copy link
Member Author

@jdm jdm commented May 7, 2020

Confirmed!

@jdm jdm closed this May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.