targets #11
This commit is contained in:
parent
67499ffc1c
commit
396a8f6743
1 changed files with 12 additions and 1 deletions
|
@ -1258,7 +1258,12 @@
|
|||
}
|
||||
.segment {
|
||||
background: $bg30;
|
||||
border: 0;
|
||||
border-color: $bg50;
|
||||
border-left: 0;
|
||||
border-right: 0;
|
||||
&.horizontal.segments:last-of-type {
|
||||
border-bottom: 0;
|
||||
}
|
||||
h4.header { // »There has not been any commit activity in this period.«
|
||||
background: $bg30;
|
||||
}
|
||||
|
@ -1271,12 +1276,18 @@
|
|||
background: $bg30;
|
||||
.green.text {
|
||||
color: $green !important;
|
||||
@if $nojavascript == true {
|
||||
display: none;
|
||||
}
|
||||
.svg.octicon-issue-opened {
|
||||
fill: $green;
|
||||
}
|
||||
}
|
||||
.red.text {
|
||||
color: $red !important;
|
||||
@if $nojavascript == true {
|
||||
display: none;
|
||||
}
|
||||
.svg.octicon-issue-closed {
|
||||
fill: $red;
|
||||
}
|
||||
|
|
Reference in a new issue