mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(tabs): remove tab incorrect highlight style (#1416)
This commit is contained in:
committed by
GitHub
parent
8e19d1d52f
commit
ae17b9be04
@@ -333,7 +333,7 @@ export default defineComponent({
|
||||
key: `tab-${tabName}`,
|
||||
'aria-controls': `pane-${tabName}`,
|
||||
role: 'tab',
|
||||
'aria-selected': pane.active ,
|
||||
'aria-selected': pane.active,
|
||||
ref: `tab-${tabName}`,
|
||||
tabindex: tabindex,
|
||||
onFocus: () => { setFocus() },
|
||||
|
||||
@@ -108,11 +108,6 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:focus.is-active.is-focus:not(:active) {
|
||||
box-shadow: 0 0 2px 2px $--color-primary inset;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
& .el-icon-close {
|
||||
border-radius: 50%;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user