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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user