From dc2cbaf888efd987afe82916023512861cf471b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20Hermida?= Date: Wed, 8 Aug 2018 09:11:40 +0200 Subject: [PATCH] Refactor hover in sprint button --- app/styles/modules/common/ticket-data.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/styles/modules/common/ticket-data.scss b/app/styles/modules/common/ticket-data.scss index 7806b1b5..f8c4279a 100644 --- a/app/styles/modules/common/ticket-data.scss +++ b/app/styles/modules/common/ticket-data.scss @@ -203,11 +203,15 @@ .assign-issue-button { display: none; + + &:hover { + background: $yellow-green; + } &.is-active { display: inline-block; } - &:hover { - background: $yellow-green; + &.button-set:hover { + background: $red-light; } }