mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 15:26:19 +00:00
delete (#2558)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
.reviewer-select-info {
|
||||
margin-top: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.reviewer-select-avatar {
|
||||
margin-right: 10px;
|
||||
@@ -13,4 +16,13 @@
|
||||
}
|
||||
.reviewer-select .true__dropdown-indicator, .reviewer-select .true__indicator-separator {
|
||||
display: none;
|
||||
}
|
||||
.reviewer-select-info i {
|
||||
opacity: 0;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.reviewer-select-info:hover i {
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
color: #a4a4a4;
|
||||
}
|
Reference in New Issue
Block a user