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

"Run Javascript Anywhere" invisible when text is selected in dark mode #6585

Open
rithviknishad opened this issue Apr 1, 2024 · 5 comments
Labels

Comments

@rithviknishad
Copy link

rithviknishad commented Apr 1, 2024

URL:

https://nodejs.org/en

Browser Name:

Firefox

Browser Version:

125.0b4 (64-bit)

Operating System:

Mac OS Sonama 14.4.1

How to reproduce the issue:

  1. Visited https://nodejs.org/en
  2. Selected the Run Javascript Anywhere h1 text while being in dark mode.
  3. Expected to have a readable text when selected
image
@bmuenzenmeyer
Copy link
Collaborator

Additional step - i can only get this to happen if the browser window loses focus. it's odd for sure but reduces the concern ever so slightly to me

@rithviknishad
Copy link
Author

I'm able to replicate this without the browser window to loose focus.

@mikolertesx
Copy link

I tested it myself, if you remove this property on the CSS h1 document:

-webkit-text-fill-color: transparent;

It starts working again.

@mikolertesx
Copy link

@rithviknishad Could you test this branch?

#6605

@rithviknishad
Copy link
Author

Yup! Works as expected!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants