Merge branch 'fix-card-header-text-color' into 'master'
Fix card header text color Closes #47352 See merge request gitlab-org/gitlab-ce!19451
This commit is contained in:
commit
53457cb0d4
1 changed files with 10 additions and 0 deletions
10
app/assets/stylesheets/bootstrap_migration.scss
vendored
10
app/assets/stylesheets/bootstrap_migration.scss
vendored
|
@ -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…
Reference in a new issue