add passed scope to adhere to dynamic api response

This commit is contained in:
Regis 2016-12-08 16:18:24 -07:00
parent 36db785569
commit b5cd430a6c

View file

@ -47,6 +47,20 @@
}
}
&.ci-passed,
&.ci-passed_with_warnings {
color: $gl-success;
border-color: $gl-success;
&:not(span):hover {
background-color: rgba( $gl-success, .07);
}
svg {
fill: $gl-success;
}
}
&.ci-info {
color: $gl-info;
border-color: $gl-info;