Skip to content

Commit

Permalink
fix: outline of el-dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong committed Jul 9, 2024
1 parent 297d1c9 commit a3d3ac3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,9 @@ body,
.el-icon.el-color-picker__icon.is-icon-arrow-down {
position: absolute;
}
// 参见:https://github.com/element-plus/element-plus/issues/11662
.el-dropdown-link:focus-visible {
outline: unset;
}
</style>

0 comments on commit a3d3ac3

Please sign in to comment.