style(components): [button] text-button bg mode add focus (#8232)

This commit is contained in:
Xc
2022-06-14 20:13:59 +08:00
committed by GitHub
parent 810c561f59
commit 7644a5e781

View File

@@ -180,7 +180,8 @@ $button-icon-span-gap: map.merge(
@include when(has-bg) {
background-color: getCssVar('fill-color', 'light');
&:hover {
&:hover,
&:focus {
background-color: getCssVar('fill-color');
}