From 52ca4d17b2ecde95d89274ce040e0ff8d3beeeff Mon Sep 17 00:00:00 2001 From: harry Date: Sat, 14 Jan 2017 23:55:43 +0530 Subject: [PATCH] Removed box shadow as it was not doing anything --- scss/components/_button.scss | 4 ---- 1 file changed, 4 deletions(-) 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. -- 2.47.2