From f1ed8086f5ab9db6596ee39161c9f65f464b604b Mon Sep 17 00:00:00 2001 From: Jack Mallers Date: Tue, 1 Aug 2017 14:21:31 -0500 Subject: [PATCH] fix(payments/invoices): style background on hover so user knows they can click --- app/routes/activity/components/components/Invoices.scss | 2 +- app/routes/activity/components/components/Payments.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/routes/activity/components/components/Invoices.scss b/app/routes/activity/components/components/Invoices.scss index 9e8bbf59..5201a34f 100644 --- a/app/routes/activity/components/components/Invoices.scss +++ b/app/routes/activity/components/components/Invoices.scss @@ -85,6 +85,6 @@ cursor: pointer; &:hover { - background: lighten($grey, 5%); + background: #f0f0f0; } } diff --git a/app/routes/activity/components/components/Payments.scss b/app/routes/activity/components/components/Payments.scss index ff906cb1..70a219cb 100644 --- a/app/routes/activity/components/components/Payments.scss +++ b/app/routes/activity/components/components/Payments.scss @@ -86,6 +86,6 @@ cursor: pointer; &:hover { - background: lighten($grey, 5%); + background: #f0f0f0; } }