Commit 07fc7bef authored by Grzegorz Bizon's avatar Grzegorz Bizon

Revert adding an invalid CI/CD status CSS class

parent 63ec4d48
......@@ -46,20 +46,6 @@
}
}
&.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