summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-18 09:09:31 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-18 09:09:31 +0000
commit6763d2787670bc03a36a8eb601703e88fc70dece (patch)
treeedc653ffd3052e3f9898c4fa8a07621d51574767 /app/assets/stylesheets
parented9165c2abda1dca048a8d3cb8030d906c0bbb0c (diff)
downloadgitlab-ce-6763d2787670bc03a36a8eb601703e88fc70dece.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/error_list.scss13
1 files changed, 3 insertions, 10 deletions
diff --git a/app/assets/stylesheets/pages/error_list.scss b/app/assets/stylesheets/pages/error_list.scss
index 88fdcc47492..a61a85649b8 100644
--- a/app/assets/stylesheets/pages/error_list.scss
+++ b/app/assets/stylesheets/pages/error_list.scss
@@ -1,5 +1,3 @@
-$gray-border: 1px solid $border-color;
-
.error-list {
.sort-control {
.btn {
@@ -13,19 +11,14 @@ $gray-border: 1px solid $border-color;
}
}
- @include media-breakpoint-up(sm) {
- .row-top {
- border: $gray-border;
- background-color: $gray-50;
- }
- }
-
- @include media-breakpoint-down(md) {
+ @include media-breakpoint-down(sm) {
.error-list-table {
.table-col {
min-height: 68px;
&:last-child {
+ background-color: $gray-normal;
+
&::before {
content: none !important;
}