From b213875816dabc6570889870fad610de288538b8 Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Thu, 19 Jan 2023 22:25:59 +0100 Subject: [PATCH] Do not mix hover and focus style on `Button` --- src/lib/components/Button/_tools.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/components/Button/_tools.scss b/src/lib/components/Button/_tools.scss index aba8fab4..4d193257 100644 --- a/src/lib/components/Button/_tools.scss +++ b/src/lib/components/Button/_tools.scss @@ -123,8 +123,7 @@ @include _get-themeable-properties($priority, $color, disabled); } - &:not(:disabled):hover, - &:not(:disabled):focus { + &:not(:disabled):hover { @include _get-themeable-properties($priority, $color, hover); }