Merge pull request #3146 from mervekaraman/master

Option selection with keyboard issue fixed
This commit is contained in:
Cüneyt Şentürk 2024-03-24 08:35:44 +00:00 committed by GitHub
commit f126cc52a9
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 {