]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed box shadow as it was not doing anything
authorharry <harmanmanchanda182@gmail.com>
Sat, 14 Jan 2017 18:25:43 +0000 (23:55 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sat, 14 Jan 2017 18:25:43 +0000 (23:55 +0530)
scss/components/_button.scss

index 5a10d24d7962c15e3402df23b9b167cf529ee521..fbf3687382d7f1f3c20eb65ad379127a1104abf1 100644 (file)
@@ -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.