Commit b5cd430a authored by Regis's avatar Regis

add passed scope to adhere to dynamic api response

parent 36db7855
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment