From c30f62fe51f44912e1549c88fe4f0febac504882 Mon Sep 17 00:00:00 2001 From: rubenmoya Date: Mon, 20 Nov 2017 14:43:54 +0100 Subject: [PATCH] Use 8% darken instead of 16% --- src/scss/cdb-components/_buttons.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/scss/cdb-components/_buttons.scss b/src/scss/cdb-components/_buttons.scss index 74a8406..b296f0c 100644 --- a/src/scss/cdb-components/_buttons.scss +++ b/src/scss/cdb-components/_buttons.scss @@ -239,7 +239,7 @@ Layout Component: &:hover, &:active { - background: darken($cBlue, 16%); + background: darken($cBlue, 8%); } &.is-loading { @@ -263,7 +263,7 @@ Layout Component: &:hover, &:active { - background: darken($cAlert, 16%); + background: darken($cAlert, 8%); } &.is-disabled { @@ -282,7 +282,7 @@ Layout Component: &:hover, &:active { - background: darken($cError, 16%); + background: darken($cError, 8%); } &.is-disabled { @@ -404,7 +404,7 @@ Layout Component: &:hover { background: rgba($cBlue, 0.08); - box-shadow: inset 0 0 0 2px darken($cBlue, 16%); + box-shadow: inset 0 0 0 2px darken($cBlue, 8%); } &:active { @@ -444,7 +444,7 @@ Layout Component: &:hover { background: rgba($cWhite, 0.08); - box-shadow: inset 0 0 0 2px darken($cWhite, 16%); + box-shadow: inset 0 0 0 2px darken($cWhite, 8%); } &:active {