1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00

kanban supports collapse (#7437)

* kanban supports collapse

* optimize

* optimize ui

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-02-08 17:56:36 +08:00
committed by GitHub
parent 65ef9f704b
commit cb3af6e66a
5 changed files with 108 additions and 59 deletions

View File

@@ -35,7 +35,7 @@
}
.file-details-collapse .file-details-collapse-header .file-details-collapse-header-operation:hover {
background-color: #DBDBDB;
background-color: #EFEFEF;
cursor: pointer;
border-radius: 3px;
}