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

remove the unfound search history (#7953)

* remove the unfound search history

* remove unfound library from search history

* delete useless props

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
Co-authored-by: Michael An <1822852997@qq.com>
This commit is contained in:
Aries
2025-06-21 15:16:27 +08:00
committed by GitHub
parent 0d855a797c
commit 50d0b3516e
4 changed files with 62 additions and 4 deletions

View File

@@ -188,6 +188,16 @@
overflow: hidden;
}
.search-result-item .search-icon-right {
display: flex;
justify-content: center;
align-items: center;
}
.search-result-item .search-icon-right:hover {
background-color: #dbdbdb;
}
.item-content .item-name a {
color: #EA8102 !important;
}