fixed:修复右上角focus-visible状态下会出现outline的bug
This commit is contained in:
parent
b61b9a06dd
commit
a5d43e6f14
|
@ -44,3 +44,10 @@
|
||||||
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
|
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
|
||||||
background: var(--el-color-primary-bg) !important;
|
background: var(--el-color-primary-bg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-dropdown{
|
||||||
|
outline: none;
|
||||||
|
div{
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue