Removed opacity and only change element's alpha.

This commit is contained in:
Christian Bastian
2024-08-18 06:47:47 -04:00
parent 83c8cb1149
commit b9975e8d2f

View File

@@ -450,8 +450,7 @@
} }
.model-manager .comfy-grid .model-label { .model-manager .comfy-grid .model-label {
background-color: var(--content-hover-bg); background-color: rgb(from var(--content-hover-bg) r g b / 0.5);
opacity: 0.8;
width: 100%; width: 100%;
height: 2.2rem; height: 2.2rem;
position: absolute; position: absolute;