From 58e3c69db798befa017e9e80021932b25f2c7688 Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Wed, 26 Apr 2017 08:56:22 -0700 Subject: [PATCH] formats SCSS --- scss/components/_button.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; } } -- 2.47.2