From: harry Date: Sat, 14 Jan 2017 18:25:43 +0000 (+0530) Subject: Removed box shadow as it was not doing anything X-Git-Tag: 6.3.1~30^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ca4d17b2ecde95d89274ce040e0ff8d3beeeff;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed box shadow as it was not doing anything --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 5a10d24d7..fbf368738 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -169,10 +169,6 @@ $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 { - box-shadow:none; - } } /// Adds a dropdown arrow to a button.