Commit c61a6b09 authored by Mark Florian's avatar Mark Florian

Merge branch 'nmezzopera-remove-css-utilities' into 'master'

Remove css utilities now present in gitlab ui

See merge request gitlab-org/gitlab!41655
parents 60a89b28 62b8c477
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
<div <div
v-if="showVersion" v-if="showVersion"
class="table-section section-50 gl-display-flex gl-justify-content-md-end" class="table-section section-50 gl-display-flex gl-md-justify-content-end"
data-testid="version-pattern" data-testid="version-pattern"
> >
<span class="gl-text-body">{{ dependency.version_pattern }}</span> <span class="gl-text-body">{{ dependency.version_pattern }}</span>
......
...@@ -112,27 +112,10 @@ ...@@ -112,27 +112,10 @@
top: 66vh; top: 66vh;
} }
// Remove when https://gitlab.com/gitlab-org/gitlab-ui/-/issues/871
// gets fixed on GitLab UI
.gl-sm-w-auto\! {
@media (min-width: $breakpoint-sm) {
width: auto !important;
}
}
.gl-shadow-x0-y0-b3-s1-blue-500 { .gl-shadow-x0-y0-b3-s1-blue-500 {
box-shadow: inset 0 0 3px $gl-border-size-1 $blue-500; box-shadow: inset 0 0 3px $gl-border-size-1 $blue-500;
} }
// remove when https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/1692 is merged
.gl-border-t-transparent {
border-top-color: transparent;
}
.gl-align-items-flex-end {
align-items: flex-end;
}
.gl-sm-align-items-flex-end { .gl-sm-align-items-flex-end {
@media (min-width: $breakpoint-sm) { @media (min-width: $breakpoint-sm) {
...@@ -152,15 +135,11 @@ ...@@ -152,15 +135,11 @@
} }
} }
.gl-align-items-stretch {
align-items: stretch;
}
.gl-min-h-6 { .gl-min-h-6 {
min-height: $gl-spacing-scale-6; min-height: $gl-spacing-scale-6;
} }
.gl-justify-content-md-end { .gl-md-justify-content-end {
@media (min-width: $breakpoint-md) { @media (min-width: $breakpoint-md) {
width: auto !important; width: auto !important;
} }
......
...@@ -21,7 +21,7 @@ exports[`DependencyRow renders full dependency 1`] = ` ...@@ -21,7 +21,7 @@ exports[`DependencyRow renders full dependency 1`] = `
</div> </div>
<div <div
class="table-section section-50 gl-display-flex gl-justify-content-md-end" class="table-section section-50 gl-display-flex gl-md-justify-content-end"
data-testid="version-pattern" data-testid="version-pattern"
> >
<span <span
......
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