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 {
background-color: var(--content-hover-bg);
opacity: 0.8;
background-color: rgb(from var(--content-hover-bg) r g b / 0.5);
width: 100%;
height: 2.2rem;
position: absolute;