light: modify branch listing in PR view
This commit is contained in:
@@ -394,3 +394,13 @@ ui.basic.blue.button:hover,
|
||||
background-color: #afb8c133;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
// branch display in PRs
|
||||
.issue.list .branches .branch {
|
||||
background-color: #afb8c133;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.issue.list .branches .truncated-name {
|
||||
color: #24292f;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user