From 368ed615f5b7bad7a7c71809f334827e2a138bc9 Mon Sep 17 00:00:00 2001 From: Pavel Zavora Date: Thu, 23 Jun 2022 07:35:11 +0200 Subject: [PATCH] fix(ui): highlight focused buttons --- ui/src/style/theme/_buttons.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ui/src/style/theme/_buttons.scss b/ui/src/style/theme/_buttons.scss index 90aac026b..805a6759e 100644 --- a/ui/src/style/theme/_buttons.scss +++ b/ui/src/style/theme/_buttons.scss @@ -146,15 +146,8 @@ a.btn { text-shadow: none; border-width: 0; - // Focus State - &:focus { - background-color: $bg-color; - color: $text-color; - } - // Hover State - &:hover, - &:focus:hover { + &:hover,&:focus{ background-color: $bg-color-hover; color: $text-color-hover; cursor: pointer;