diff --git a/app/styles/app/layouts/build-job.sass b/app/styles/app/layouts/build-job.sass index 1f72180f..77d97699 100644 --- a/app/styles/app/layouts/build-job.sass +++ b/app/styles/app/layouts/build-job.sass @@ -3,13 +3,18 @@ color: $color &:hover background-color: $color-bg + .job-anchor, .job-env, .job-lang background-color: $color-bg + .job-env + &:after + content: none + .job-anchor, + .job-lang &:after @include fadeOut(right, -90deg, $color-bg) - .job-anchor position: relative @@ -69,10 +74,13 @@ // max-width: 180px &:after @include fadeOut(right, -90deg, $cream-light) - .job-anchor width: grid-calc(14, 24) + &:after + @include fadeOut(right, -90deg, $cream-light) + z-index: 999 .job-env + min-width: grid-calc(14, 24) width: grid-calc(14, 24) // max-width: 395px &:after