csstools / csstools/sanitize.css
Text cursor not showing on paragraphs
Open
- 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
Assessment
This issue has not been assessed yet.