Skip to content

Commit

Permalink
Option selection with keyboard issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mervekaraman committed Mar 22, 2024
1 parent 476612d commit d3d07c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/css/app.css
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions resources/assets/sass/app.css
Expand Up @@ -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 {
Expand Down

0 comments on commit d3d07c5

Please sign in to comment.