fix(ui): highlight focused buttons

pull/5955/head
Pavel Zavora 2022-06-23 07:35:11 +02:00
parent 51846004c5
commit 368ed615f5
1 changed files with 1 additions and 8 deletions

View File

@ -146,15 +146,8 @@ a.btn {
text-shadow: none; text-shadow: none;
border-width: 0; border-width: 0;
// Focus State
&:focus {
background-color: $bg-color;
color: $text-color;
}
// Hover State // Hover State
&:hover, &:hover,&:focus{
&:focus:hover {
background-color: $bg-color-hover; background-color: $bg-color-hover;
color: $text-color-hover; color: $text-color-hover;
cursor: pointer; cursor: pointer;