提交 53457cb0 编写于 作者: A Annabel Gray

Merge branch 'fix-card-header-text-color' into 'master'

Fix card header text color

Closes #47352

See merge request gitlab-org/gitlab-ce!19451
......@@ -150,6 +150,16 @@ table {
color: $gl-text-color-secondary !important;
}
.bg-success,
.bg-primary,
.bg-info,
.bg-danger,
.bg-warning {
.card-header {
color: $white-light;
}
}
// Polyfill deprecated selectors
.hidden {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册