fixed:修复右上角focus-visible状态下会出现outline的bug
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user