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 {
|
.segment {
|
||||||
background: $bg30;
|
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.«
|
h4.header { // »There has not been any commit activity in this period.«
|
||||||
background: $bg30;
|
background: $bg30;
|
||||||
}
|
}
|
||||||
|
@ -1271,12 +1276,18 @@
|
||||||
background: $bg30;
|
background: $bg30;
|
||||||
.green.text {
|
.green.text {
|
||||||
color: $green !important;
|
color: $green !important;
|
||||||
|
@if $nojavascript == true {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.svg.octicon-issue-opened {
|
.svg.octicon-issue-opened {
|
||||||
fill: $green;
|
fill: $green;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.red.text {
|
.red.text {
|
||||||
color: $red !important;
|
color: $red !important;
|
||||||
|
@if $nojavascript == true {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.svg.octicon-issue-closed {
|
.svg.octicon-issue-closed {
|
||||||
fill: $red;
|
fill: $red;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue