mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
style(components): [button] text-button bg mode add focus (#8232)
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user