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

Text cursor not showing on paragraphs #232

Open
davidwarrington opened this issue May 3, 2022 · 1 comment
Open

Text cursor not showing on paragraphs #232

davidwarrington opened this issue May 3, 2022 · 1 comment

Comments

@davidwarrington
Copy link

davidwarrington commented May 3, 2022

I have no clue if this was intentional, but I'm not seeing a text cursor where I'd usually expect to such as on paragraph elements.

Disabling this seems to fix it but it will no doubt be overriding other intentional changes:

:where(:root) {
  cursor: default;
}

It's happening for me in these browsers:

  • Chrome 100.0.4896.127
  • Safari 15.4
  • Firefox 100.0
@podrivo
Copy link

podrivo commented Sep 18, 2024

Hello! I recently came across this and it got me thinking about it.

I understand the stated objetive Cursors only change to hint non-obvious interfaces, but it feels really weird navigating text that doesn't change the cursor. Somehow the usability is not the same for users.

In my context, users find useful to copy/paste text to be used elsewhere, but I'm not sure this is entirely clear for users when the cursor doesn't change. Sure, we can manually add a new line of code that overlaps this behavior, but it would be much better to have this updated in the root.

Would be really good to have other chime in on this! 😃
Thank you!

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

No branches or pull requests

2 participants