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

[dir view, file view] removed 'participant list' & 'add participant' for 'info panel' & 'comment panel' (#5515)

This commit is contained in:
llj
2023-06-20 15:38:55 +08:00
committed by GitHub
parent 967096b234
commit dd7dc6b368
10 changed files with 5 additions and 391 deletions

View File

@@ -1,62 +0,0 @@
/* participants-list */
.participants {
min-height: 20px;
}
.participants .avatar {
width: 28px;
height: 28px;
border: 2px solid #fff;
}
.participants .add-participants {
position: absolute;
cursor: pointer;
bottom: -3px;
}
.participants .add-participants i {
font-size: 16px;
color: #ff9800;
border: 2px solid #fff;
border-radius: 50%;
}
.participants .participant-avatar, .participants .add-participants {
margin-right: -0.5rem;
}
/* file-participant-dialog */
.participant-add {
display: flex;
justify-content: space-between;
}
.participant-add .participant-select {
width: 385px;
}
.participant-add .btn {
width: 75px;
}
.participant-select-info {
margin-top: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.participant-select-avatar {
margin-right: 10px;
}
.participant-select-name {
height: 2rem;
line-height: 2rem;
}
.participant-select-error {
margin-top: 1em;
}
.participant-select .true__dropdown-indicator, .participant-select .true__indicator-separator {
display: none;
}
.participant-select-info i {
opacity: 0;
margin-right: 10px;
}
.participant-select-info:hover i {
cursor: pointer;
opacity: 1;
color: #a4a4a4;
}