Clean up CSS color opacity application to theme colors (#4420)

This commit is contained in:
Keavon Chambers
2026-08-07 19:21:17 -07:00
committed by GitHub
parent 6b1e9912ef
commit c6e17a789b
11 changed files with 22 additions and 41 deletions
+1 -1
View File
@@ -650,7 +650,7 @@
.docking-ghost {
position: absolute;
background: rgba(var(--color-f-white-rgb), 0.2);
background: rgb(from var(--color-f-white) r g b / 0.2);
border-radius: 6px;
pointer-events: none;
z-index: 1;
@@ -84,7 +84,7 @@
bottom: 0;
left: -40px;
width: 40px;
background: linear-gradient(to right, rgba(var(--color-2-mildblack-rgb), 0) 0%, rgba(var(--color-2-mildblack-rgb), 1) 100%);
background: linear-gradient(to right, rgb(from var(--color-2-mildblack) r g b / 0) 0%, var(--color-2-mildblack) 100%);
}
}