fix(ui): highlight focused buttons
parent
51846004c5
commit
368ed615f5
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue