From a9bee8b6c8c31455dfba029434fad88b862c3846 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 27 Dec 2016 09:46:30 -0800 Subject: [PATCH] remove active styling from focus --- scss/mixins/_buttons.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/scss/mixins/_buttons.scss b/scss/mixins/_buttons.scss index 51bf93937b..80d0f6cc27 100644 --- a/scss/mixins/_buttons.scss +++ b/scss/mixins/_buttons.scss @@ -20,9 +20,6 @@ } &:focus, &.focus { - color: $color; - background-color: $active-background; - border-color: $active-border; box-shadow: 0 0 0 2px rgba($border, .5); } -- 2.47.3