]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
formats SCSS
authorRafiBomb <rafi@zurb.com>
Wed, 26 Apr 2017 15:56:22 +0000 (08:56 -0700)
committerRafiBomb <rafi@zurb.com>
Wed, 26 Apr 2017 15:56:22 +0000 (08:56 -0700)
scss/components/_button.scss

index d5519f28a55e077540a59f35d75db7ccc350c741..95efb61d7927690a82e303ca5ebc0cfcb3a33991 100644 (file)
@@ -331,8 +331,11 @@ $button-transition: background-color 0.25s ease-out, color 0.25s ease-out !defau
           &.#{$name} {
             @include button-hollow-style($color);
 
-            &, &:hover, &:focus {
-              &, &.disabled, &[disabled] {
+            &, &:hover,
+            &:focus {
+              &,
+              &.disabled,
+              &[disabled] {
                 border-color: transparent;
               }
             }