Commit 53457cb0 authored by Annabel Gray's avatar 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
parents 90a5bcc5 03fbf5b3
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment