Option selection with keyboard issue fixed

This commit is contained in:
merve karaman 2024-03-22 15:41:49 +03:00 committed by GitHub
parent 476612d669
commit d3d07c57f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

4
public/css/app.css vendored
View File

@ -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 {

View File

@ -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 {