Add option to blame files (#5721)
This commit is contained in:
parent
b9d1fb6de3
commit
469d9b7d9a
10 changed files with 631 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -373,6 +373,53 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.lines-commit {
|
||||
vertical-align: top;
|
||||
color: #999;
|
||||
padding: 0;
|
||||
background: #f5f5f5;
|
||||
width: 1%;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
.blame-info {
|
||||
width: 350px;
|
||||
max-width: 350px;
|
||||
display: block;
|
||||
user-select: none;
|
||||
padding: 0 0 0 10px;
|
||||
|
||||
.blame-data {
|
||||
display: flex;
|
||||
font-family: @default-fonts;
|
||||
|
||||
.blame-message {
|
||||
flex-grow: 2;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
line-height: 20px;
|
||||
}
|
||||
.blame-time, .blame-avatar {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ui.avatar.image {
|
||||
height: 18px;
|
||||
width: 18px;
|
||||
}
|
||||
}
|
||||
.lines-num,
|
||||
.lines-code,
|
||||
.lines-commit {
|
||||
.bottom-line {
|
||||
border-bottom: 1px solid #eaecef;
|
||||
}
|
||||
}
|
||||
.active {
|
||||
background: #ffffdd;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue