Option selection with keyboard issue fixed
This commit is contained in:
parent
476612d669
commit
d3d07c57f8
|
|
@ -66276,11 +66276,11 @@ table thead a:hover{
|
|||
}
|
||||
|
||||
.el-select-dropdown__item span:hover {
|
||||
background-color: #F5F7FA;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
|
||||
background-color: transparent;
|
||||
background-color: #F5F7FA;
|
||||
}
|
||||
|
||||
.el-select__footer {
|
||||
|
|
|
|||
|
|
@ -344,11 +344,11 @@
|
|||
}
|
||||
|
||||
.el-select-dropdown__item span:hover {
|
||||
background-color: #F5F7FA;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
|
||||
background-color: transparent;
|
||||
background-color: #F5F7FA;
|
||||
}
|
||||
|
||||
.el-select__footer {
|
||||
|
|
|
|||
Loading…
Reference in New Issue