Blurry text (Chrome)
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
Hello,
There is an issue were you hover on some elements the text gets blurry:
No hover:

With hover:

This is because you are using a 'filter' in ComfyUI\web\styles.css
```
.litegraph.litecontextmenu,
.litegraph.litecontextmenu.dark {
z-index: 9999 !important;
background-color: var(--comfy-menu-bg) !important;
filter: brightness(95%);
}
```
If that filter gets removed we no longer get blurry text for the whole menu:

Contributor guide
Assessment
This issue has not been assessed yet.