diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-18 09:09:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-18 09:09:31 +0000 |
commit | 6763d2787670bc03a36a8eb601703e88fc70dece (patch) | |
tree | edc653ffd3052e3f9898c4fa8a07621d51574767 /app/assets/stylesheets | |
parent | ed9165c2abda1dca048a8d3cb8030d906c0bbb0c (diff) | |
download | gitlab-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.scss | 13 |
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; } |