Commit 0b10e345 authored by David O'Regan's avatar David O'Regan

Merge branch '343313-web-ide-dark-mode-text-color-issues' into 'master'

Fix web ide text color in dark theme

See merge request gitlab-org/gitlab!76046
parents 96a03db1 5acf8ea2
......@@ -904,6 +904,7 @@ $ide-commit-header-height: 48px;
.sidebar-context-title {
white-space: nowrap;
display: block;
color: var(--ide-text-color, $gl-text-color);
&.text-secondary {
font-weight: normal;
......@@ -964,6 +965,10 @@ $ide-commit-header-height: 48px;
margin: 0;
}
}
.gl-tab-content {
color: var(--ide-text-color, $gl-text-color);
}
}
.ide-pipeline-header {
......
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