From: harry Date: Sat, 14 Jan 2017 20:48:02 +0000 (+0530) Subject: Defined background and color again for hover and focus X-Git-Tag: 6.3.1~30^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1901b05b593b697796f56b729f98eaee60e02827;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Defined background and color again for hover and focus --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index fbf368738..9d38eb844 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -169,6 +169,11 @@ $button-transition: background-color 0.25s ease-out, color 0.25s ease-out !defau $color: color-pick-contrast($background, ($button-color, $button-color-alt)); color: $color; + + &:hover, &:focus { + background-color: $background; + color: $color; + } } /// Adds a dropdown arrow to a button.