1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

00 search result support keyboard

This commit is contained in:
Michael An
2023-10-11 15:58:06 +08:00
parent 6b5c750e82
commit 7c1577505e
3 changed files with 45 additions and 6 deletions

View File

@@ -102,11 +102,11 @@
font-size: 0.8125rem;
cursor: pointer;
margin-right: 1rem;
border-radius: 4px;
}
.search-result-container .search-result-item:hover {
.search-result-container .search-result-item.search-result-item-highlight {
background-color: #f0f0f0;
border-radius: 4px;
}
.search-result-item .item-img {