fix: 修复下拉选中项鼠标hover颜色问题

This commit is contained in:
“huailei000”
2022-07-19 10:21:23 +08:00
committed by 老广
parent 5dca562a12
commit 25c04e9c05

View File

@@ -200,15 +200,9 @@ td .el-button.el-button--mini {
font-weight: 400;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
color: #606266;
background-color: #ddd;
font-weight: 400;
}
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
.el-select-dropdown__item.hover {
background-color: primary;
color: white!important;
color: white;
}
.el-select-dropdown__item.is-disabled:hover{