The component style of ele.me element-ui

recently use the 2.2.1 version of element-ui a lot of button clicks, especially the tabs tab components will appear after clicking this border style, not immediately show this border style, is clicked indefinite time after some time will default to add this, test n times the real time is not fixed and not every time, it is very helpless to find a solution.

I would like to ask you if you have encountered the same problem and asked for a solution.

clipboard.png

clipboard.png

clipboard.png

Mar.05,2021

this should be the default outline for browsers. Try adding a style to the element outline:none


.el-tabs__item:focus.is-active.is-focus:not(:active) {
    box-shadow: none;
    border-radius: 3px;
}

.el-tabs__item:focus.is-active.is-focus:not(:active) {
    box-shadow: 0 0;
}

never encountered. Why don't you mention an issue.
if you are in a hurry to change it now, you can see how his border appears and track it. Then! important forcibly kill it

Menu