Comfy-Org / Comfy-Org/ComfyUI

Blurry text (Chrome)

Open
#2,105 1 comment 4 reactions 0 assignees View on GitHub
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:
![no-hover](https://github.com/comfyanonymous/ComfyUI/assets/47007002/dec87254-ebc1-47b5-8ff7-dec3bee6437c)

With hover:
![blurry-hover](https://github.com/comfyanonymous/ComfyUI/assets/47007002/b475a4f5-aa8e-494a-ae57-22a99b3968cd)

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:

![better](https://github.com/comfyanonymous/ComfyUI/assets/47007002/87b1a8f9-cd34-4218-88e4-84fa4571b78d)

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.