Commit 1ccf1854 authored by Illya Klymov's avatar Illya Klymov

Merge branch '239861-remove-legend-unused-code' into 'master'

Remove unused legend css code

See merge request gitlab-org/gitlab!43275
parents 6d855f30 a91bf36a
...@@ -1050,14 +1050,6 @@ button.mini-pipeline-graph-dropdown-toggle { ...@@ -1050,14 +1050,6 @@ button.mini-pipeline-graph-dropdown-toggle {
line-height: 1.5; line-height: 1.5;
} }
.legend-all {
color: $gl-text-color-secondary;
}
.legend-success {
color: $green-500;
}
.test-reports-table { .test-reports-table {
.build-trace { .build-trace {
@include build-trace(); @include build-trace();
......
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