解决el-tabs el-radio-button点击时出现蓝色阴影边框

点击Tabs标签页出现蓝色阴影边框解决方案

/deep/.el-tabs__item:focus.is-active.is-focus:not(:active) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

 

点击el-button-radio出现蓝色阴影边框解决方案

/deep/.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

 

posted @ 2022-08-08 19:36  ℳℓ马温柔  阅读(1056)  评论(0编辑  收藏  举报