-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
fix ::selection
in chrome
#8908
Comments
sorry i dont get how does |
it have not something to do with svelte but the sveltes own website. that makes use of |
eg: https://svelte.dev/_app/immutable/assets/TryTerminal.b09557f2.css ::selection {
background: var(--sk-selection-color)
} the variable is not found... |
It works for me though 🤔 Can you post a video or screenshot? Also, whats your OS |
|
I have no idea what's being reported here. I enabled that flag, and I can still select text on https://svelte.dev (including in the terminal widget) just fine. The linked issue does not explain what your concern is. I'm sure you'd rather not repeat yourself, but maintainers would rather not reverse engineer vague bug reports from unrelated repos. Please clarify what the problem is, or we have no choice but to close this. |
Describe the bug
I'm tiered of re-writing and reporting the same issue to multiple services about the use of root variables inside of
::selection
So i'm just going to link to same github issue that explains it:
primer/css#2472
https://www.azabani.com/2022/09/01/meet-the-css-highlight-pseudos.html#accessing-global-constants
it's very annoying to not be able to select anything.
Reproduction
always in chrome with exp flag.
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: