light: fix color of PR delete button\
This commit is contained in:
parent
4b130f4fec
commit
8877b558fd
@ -366,7 +366,7 @@ a.muted {
|
||||
.ui.negative.buttons .button,
|
||||
.ui.negative.button {
|
||||
background-color: none;
|
||||
color: #db2828;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ui.green.button {
|
||||
@ -428,6 +428,16 @@ ui.basic.blue.button:hover,
|
||||
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;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #1e70bf !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user