csstools / csstools/sanitize.css

Text cursor not showing on paragraphs

Open
#232 1 comment 10 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
5.3k
Forks
299
PR merge metrics
No merged PRs in 30d

Description

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:
```css
:where(:root) {
cursor: default;
}
```

It's happening for me in these browsers:
* Chrome 100.0.4896.127
* Safari 15.4
* Firefox 100.0

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.