summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-05-25 12:20:23 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-05-25 12:20:23 -0500
commitd219ed25fa0b67984984f0b5f60f1eff7a0c34c9 (patch)
treeaff20f098780f447e41edcbe1845fcddada0a0cc
parentb20f4135c780e0aa8cde1eca9939f214c040d0ce (diff)
downloadgitlab-ce-d219ed25fa0b67984984f0b5f60f1eff7a0c34c9.tar.gz
Add text-secondary colors back
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index cad545ab31b..3b7ee5c73e6 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -70,6 +70,11 @@ table {
}
}
+.text-secondary {
+ // Override Bootstrap's light secondary color
+ // We have to use !important because bootstrap has that set as well
+ color: $gl-text-color-secondary !important;
+}
// Polyfill deprecated selectors