Commit 807d5c74 authored by Himanshu Kapoor's avatar Himanshu Kapoor

Fix IDE Pipelines sidebar icons

Icons broke due to invalid use of SCSS variable in a CSS variable.
parent 30254ffa
......@@ -899,7 +899,7 @@ $ide-commit-header-height: 48px;
@include ide-trace-view();
svg {
--svg-status-bg: var(--ide-background, $white);
--svg-status-bg: var(--ide-background, #{$white});
}
.empty-state {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment