diff --git a/app/styles/app/layouts/build-job.sass b/app/styles/app/layouts/build-job.sass index abdb4e07..1f72180f 100644 --- a/app/styles/app/layouts/build-job.sass +++ b/app/styles/app/layouts/build-job.sass @@ -13,6 +13,13 @@ .job-anchor position: relative +.build-title + .icon--question + width: 1.3em; + height: 1.3em; + transform: translate(0.3em, 0.2em); + cursor: pointer + // job matrix .tile--jobs padding: 0.5em 0.4em 0.4em 3.5rem diff --git a/app/styles/app/modules/buttons.sass b/app/styles/app/modules/buttons.sass index eda01337..079305aa 100644 --- a/app/styles/app/modules/buttons.sass +++ b/app/styles/app/modules/buttons.sass @@ -132,19 +132,3 @@ $button-border-color: #d4d4d4 width: 1.1em height: 0.7em margin-right: .5em - -.button--help - position: relative - top: .4em - left: .5em - width: 1.4rem - height: 1.4rem - background: $grey1 - border: none - &:hover - background-color: $teal1 - .icon--question - @extend %absolute-center - width: 0.6em - height: 0.9em - diff --git a/app/styles/app/modules/icons.sass b/app/styles/app/modules/icons.sass index fa287249..6a0a4058 100644 --- a/app/styles/app/modules/icons.sass +++ b/app/styles/app/modules/icons.sass @@ -117,6 +117,8 @@ background-image: inline-image('svg/icon-showmore.svg') .icon--question background-image: inline-image('svg/icon-help.svg') + &:hover + background-image: inline-image('svg/icon-help-hover.svg') .icon-tab-arrow background-image: inline-image('svg/icon-tab-arrow.svg') diff --git a/app/styles/app/modules/tooltips.sass b/app/styles/app/modules/tooltips.sass index 1a27c228..51cd9308 100644 --- a/app/styles/app/modules/tooltips.sass +++ b/app/styles/app/modules/tooltips.sass @@ -39,4 +39,4 @@ $tooltip-grey: #6A6C6D top: -8em left: 4em &:after - left: 4.1em \ No newline at end of file + left: 3.7em \ No newline at end of file diff --git a/app/templates/jobs.hbs b/app/templates/jobs.hbs index cec82864..15da7f88 100644 --- a/app/templates/jobs.hbs +++ b/app/templates/jobs.hbs @@ -5,7 +5,7 @@
These are jobs you can allow to fail without failing your entire build