Skip to content
Snippets Groups Projects
Commit 07fc7bef authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Revert adding an invalid CI/CD status CSS class

parent 63ec4d48
No related branches found
No related tags found
No related merge requests found
Loading
@@ -46,20 +46,6 @@
Loading
@@ -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 { &.ci-info {
color: $gl-info; color: $gl-info;
border-color: $gl-info; border-color: $gl-info;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment