mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
style(components): [button] link button add focus-visible css (#8214)
This commit is contained in:
@@ -204,10 +204,8 @@ $button-icon-span-gap: map.merge(
|
||||
border-color: transparent;
|
||||
color: getCssVar('button', 'text-color');
|
||||
background: transparent;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
outline: 0;
|
||||
outline-offset: 0;
|
||||
padding: 2px;
|
||||
height: auto;
|
||||
|
||||
&:hover {
|
||||
color: getCssVar('button', 'hover', 'link-text-color');
|
||||
|
||||
Reference in New Issue
Block a user