show hover background on focus too

main
Mike Fix 6 years ago committed by Michael Fix
parent f3f421707b
commit fd27b509cd

@ -52,7 +52,8 @@ const Button = ({
font-size: ${large ? '14px' : '12px'}; font-size: ${large ? '14px' : '12px'};
} }
button:hover { button:hover,
button:focus {
background-color: ${hoverBackground} !important; background-color: ${hoverBackground} !important;
color: ${hoverColor || color}; color: ${hoverColor || color};
} }

Loading…
Cancel
Save