diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-21 09:07:54 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-12-21 09:07:54 +0000 |
commit | 483a66c030b55c7dc397d72946ba3853d0d24115 (patch) | |
tree | f93c004b3f5e11758b2c5c6d208e4f475cd4bf30 /app/assets/stylesheets/pages/builds.scss | |
parent | c0e9a664ad43b806951969a0cb3a4863d4a6638c (diff) | |
download | gitlab-ce-483a66c030b55c7dc397d72946ba3853d0d24115.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss index c7d51a2093a..0db90fc88fc 100644 --- a/app/assets/stylesheets/pages/builds.scss +++ b/app/assets/stylesheets/pages/builds.scss @@ -32,16 +32,12 @@ opacity: 0.2; } - 25% { - opacity: 0.5; - } - 50% { - opacity: 0.7; + opacity: 1; } 100% { - opacity: 1; + opacity: 0.2; } } |