提交 f7254a40 编写于 作者: A Annabel Dunstone Gray

Merge branch '40629-icon-styles' into 'master'

fix icon colors in commit list

Closes #40629

See merge request gitlab-org/gitlab-ce!15640
.ci-status-icon-success, .ci-status-icon-success,
.ci-status-icon-passed { .ci-status-icon-passed {
&, svg {
&:hover, fill: $green-500;
&:focus {
color: $green-500;
} }
} }
.ci-status-icon-failed { .ci-status-icon-failed {
&, svg {
&:hover, fill: $gl-danger;
&:focus {
color: $gl-danger;
} }
} }
.ci-status-icon-pending, .ci-status-icon-pending,
.ci-status-icon-failed_with_warnings, .ci-status-icon-failed_with_warnings,
.ci-status-icon-success_with_warnings { .ci-status-icon-success_with_warnings {
&, svg {
&:hover, fill: $orange-500;
&:focus {
color: $orange-500;
} }
} }
.ci-status-icon-running { .ci-status-icon-running {
&, svg {
&:hover, fill: $blue-400;
&:focus {
color: $blue-400;
} }
} }
.ci-status-icon-canceled, .ci-status-icon-canceled,
.ci-status-icon-disabled, .ci-status-icon-disabled,
.ci-status-icon-not-found { .ci-status-icon-not-found {
&, svg {
&:hover, fill: $gl-text-color;
&:focus {
color: $gl-text-color;
} }
} }
.ci-status-icon-created, .ci-status-icon-created,
.ci-status-icon-skipped { .ci-status-icon-skipped {
&, svg {
&:hover, fill: $gray-darkest;
&:focus {
color: $gray-darkest;
} }
} }
.ci-status-icon-manual { .ci-status-icon-manual {
&, svg {
&:hover, fill: $gl-text-color;
&:focus {
color: $gl-text-color;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册