From 023293de8a8f87b1580cba983a1e26239866bc7a Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 27 Jul 2015 17:05:51 +0200 Subject: [PATCH 1/3] change help link on limit concurrency settings from blog post to docs --- app/templates/components/limit-concurrent-builds.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/components/limit-concurrent-builds.hbs b/app/templates/components/limit-concurrent-builds.hbs index b1781f3f..93d3c7d0 100644 --- a/app/templates/components/limit-concurrent-builds.hbs +++ b/app/templates/components/limit-concurrent-builds.hbs @@ -1,6 +1,6 @@ {{travis-switch active=enabled description=description action="toggle"}}
- +

Read more about
concurrent builds

From eeeb64d29ae6509d71c8d9bb45f2786c52a6ba87 Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 28 Jul 2015 11:06:01 +0200 Subject: [PATCH 2/3] tweak position of help button --- app/styles/app/userlike.sass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/styles/app/userlike.sass b/app/styles/app/userlike.sass index 20622ffd..657c5b87 100644 --- a/app/styles/app/userlike.sass +++ b/app/styles/app/userlike.sass @@ -2,7 +2,7 @@ .feedback-button display: none position: fixed - right: 4% + right: 9% left: auto bottom: 0 margin: 0 @@ -17,6 +17,9 @@ color: #399399 z-index: 89 + @media #{$medium-up} + right: 5% + .feedback-button:hover transform: translateY(5%) From 4c28a41dffa000d9c14b8c7947dec957feb6f63e Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Tue, 28 Jul 2015 11:31:03 +0200 Subject: [PATCH 3/3] tweak tooltip --- app/styles/app/modules/tooltips.sass | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/styles/app/modules/tooltips.sass b/app/styles/app/modules/tooltips.sass index 4c6d783f..7a8625dc 100644 --- a/app/styles/app/modules/tooltips.sass +++ b/app/styles/app/modules/tooltips.sass @@ -1,8 +1,4 @@ %tooltip - &:hover .tooltip-bubble - transform: translateY(0) - opacity: 1 - .tooltip-bubble position: absolute top: -2.8em @@ -18,6 +14,7 @@ line-height: 1.3 text-align: center white-space: nowrap + visibility: hidden transition: all 100ms ease transform: translateY(20%) @@ -27,7 +24,6 @@ color: $white &:hover text-decoration: underline - &:before content: "" position: absolute @@ -38,6 +34,11 @@ z-index: -1 background-color: #818383 + &:hover .tooltip-bubble + transform: translateY(0) + opacity: 1 + visibility: visible + .tooltip @extend %tooltip .tooltip-bubble