Removed opacity and only change element's alpha.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user