summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-06-06 00:54:29 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-06-06 00:54:29 +0000
commit53457cb0d45c40c3bf9d09597bef162c7a78825e (patch)
tree5374cb601a15f804ed9e649a2360320d569c8a46
parent90a5bcc5c9bcf90b4eb17ace072212335b85ea29 (diff)
parent03fbf5b3103df0758b74bb8f350535d56648228a (diff)
downloadgitlab-ce-53457cb0d45c40c3bf9d09597bef162c7a78825e.tar.gz
Merge branch 'fix-card-header-text-color' into 'master'
Fix card header text color Closes #47352 See merge request gitlab-org/gitlab-ce!19451
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 48d26207fc7..3785aaa43f0 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -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 {