-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Highlight color is muted #2411
Comments
it happens to me in chrome and chrome canary. When i hovered over so maybe it's a variable scoping issue? |
Weird. I can reproduce that too. But it seems the variable is still working: Screen.Recording.2023-04-10.at.17.59.17.movDo you have any Chrome extension or user style installed? If this would be a widespread problem, we would probably have heard about it from more people. |
I have a few chrome extensions. but chrome canary have none. and it's a problem in chrome canary too. i will now try to find out which flag caused it. |
apperantly it was caused by: |
Ohh.. interesting. I hope this is just a Chrome bug and not a permanent change that will be enabled one day. 😅 |
For now i just wish for this to be fixed / worked around.
|
i manage to create a minimal reproduction: https://jsfiddle.net/bq09ne35/1/ |
Apparently more ppl have reported it already... my issue was merged into another existing one, they say:
another comment says:
|
new issues are poring in at chromium... https://bugs.chromium.org/p/chromium/issues/detail?id=1434349 |
Pretty sure they will have to fix it before moving that code to a stable release. I'm gonna close this issue again. If you still wanna keep using ::selection {
background-color: #1f4274 !important;
} |
We had to revert the fix since it caused other side effects. |
I'm using dark mode and whenever i highlight some text then the cursor and highlighting color is totally gone! so annoying.
it started to happen maybe ~3 weeks ago on github. fyi i'm using dark mode.
You might not see it but here i have selected the "dark mode"
it's invisible
The text was updated successfully, but these errors were encountered: