1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 15:26:19 +00:00
This commit is contained in:
Michael An
2018-11-23 16:18:58 +08:00
committed by Daniel Pan
parent ad48e1b039
commit e163217419
2 changed files with 34 additions and 2 deletions

View File

@@ -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;
}