diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-15 09:07:59 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-05-15 09:07:59 +0000 |
commit | e5731d5194e20deb33725943248c5899e4fdf05d (patch) | |
tree | aac082e7b302151dfe38a8a58c0c90f1a66fa017 /app/assets/stylesheets | |
parent | 1e9d859394883d104191c51fa18c2353f7bcc1fd (diff) | |
download | gitlab-ce-e5731d5194e20deb33725943248c5899e4fdf05d.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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/error_list.scss b/app/assets/stylesheets/pages/error_list.scss index a61a85649b8..3ec3e4f6b43 100644 --- a/app/assets/stylesheets/pages/error_list.scss +++ b/app/assets/stylesheets/pages/error_list.scss @@ -17,7 +17,7 @@ min-height: 68px; &:last-child { - background-color: $gray-normal; + background-color: $gray-10; &::before { content: none !important; |