From: RafiBomb Date: Wed, 26 Apr 2017 15:56:22 +0000 (-0700) Subject: formats SCSS X-Git-Tag: v6.4.0-rc1~53^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58e3c69db798befa017e9e80021932b25f2c7688;p=thirdparty%2Ffoundation%2Ffoundation-sites.git formats SCSS --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index d5519f28a..95efb61d7 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -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; } }