mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 04:08:11 +08:00
Clean up CSS color opacity application to theme colors (#4420)
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user