From 9d5405a5c2bd03adeee18959611ea9ef19c4e72b Mon Sep 17 00:00:00 2001 From: Marta Pieczynska Date: Tue, 20 Dec 2016 14:05:46 +0100 Subject: [PATCH] CONCOREL-82: Don't force the background color when using the animation variant of button. Update color denim definition --- source/assets/css/data/colors.json | 2 +- source/modules/button/button.scss | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/source/assets/css/data/colors.json b/source/assets/css/data/colors.json index b388ed39..4e33ef8c 100644 --- a/source/assets/css/data/colors.json +++ b/source/assets/css/data/colors.json @@ -5,7 +5,7 @@ "BlueGrey": "#849DAB", "MetallicBlue": "#507387", - "Denim": "#345C73", + "Denim": "#335b73", "Tangerine": "#FF8A00" } diff --git a/source/modules/button/button.scss b/source/modules/button/button.scss index 15fbb5e1..6f893743 100644 --- a/source/modules/button/button.scss +++ b/source/modules/button/button.scss @@ -94,8 +94,6 @@ input[type='submit'].button--secondary { &:hover, &:active, &:focus { - - background-color: $colorDenim; padding-right: 26px + $margin + $iconWidth; &:after {