Commit 3ac2648a authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch 'remove-unused-pipeline-editor-css' into 'master'

Remove unused css in pipeline editor

See merge request gitlab-org/gitlab!76522
parents 8a46caf5 87107fa2
...@@ -291,18 +291,6 @@ $gl-line-height-42: px-to-rem(42px); ...@@ -291,18 +291,6 @@ $gl-line-height-42: px-to-rem(42px);
@include gl-focus($gl-border-size-1, $gray-900, true); @include gl-focus($gl-border-size-1, $gray-900, true);
} }
// Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2476
.gl-md-max-w-50p {
@include gl-media-breakpoint-up(md) {
max-width: 50%;
}
}
// Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2497
.gl-z-index-200 {
z-index: 200;
}
// Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1637 // Will be moved to @gitlab/ui by https://gitlab.com/gitlab-org/gitlab-ui/-/issues/1637
.gl-lg-w-25p { .gl-lg-w-25p {
@include gl-media-breakpoint-up(lg) { @include gl-media-breakpoint-up(lg) {
......
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