Skip to content
Snippets Groups Projects
Commit 53457cb0 authored by Annabel Gray's avatar Annabel Gray
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
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