From d19aee27541933de6b8f29bc347caf0904c0ca57 Mon Sep 17 00:00:00 2001 From: Graham Fairweather Date: Tue, 16 Jan 2018 16:25:37 +0100 Subject: [PATCH] Revert --- src/styles/mixins/button.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/mixins/button.less b/src/styles/mixins/button.less index d802546..b99e852 100644 --- a/src/styles/mixins/button.less +++ b/src/styles/mixins/button.less @@ -28,11 +28,10 @@ .button-color(@color; @background; @border); &:hover - // &:focus + //&:focus { .button-color(tint(@color, 20%); tint(@background, 20%); tint(@border, 20%)); } - &:active, &.active { .button-color(shade(@color, 5%); shade(@background, 5%); shade(@background, 5%)); -- libgit2 0.21.4