Commit 27fd3261 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add `ci-manual` status CSS with darkest gray color

parent dc68a91c
......@@ -113,6 +113,19 @@
fill: $gl-gray-light;
}
}
&.ci-manual {
color: $gl-gray-dark;
border-color: $gl-gray-dark;
&:not(span):hover {
background-color: rgba( $gl-gray-dark, .07);
}
svg {
fill: $gl-gray-dark;
}
}
}
}
......
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