summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-06-01 15:19:57 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-06-01 15:19:57 +0000
commit046e0497ea5c4295c69e6632065a4a89cb403c5a (patch)
tree37640cc7856674eec89ba064993e3bb71dfe4a4a /app/assets
parent6c06768d2866b23059db04543b6633cc3774eb6d (diff)
parent583890db7207758e64a39887fb6ed69d8bb5f3b9 (diff)
downloadgitlab-ce-046e0497ea5c4295c69e6632065a4a89cb403c5a.tar.gz
Merge branch '46619-strong-tag-font-weight' into 'master'
Resolve "The font is too bold in Issue events tab on Activity page" Closes #46619 See merge request gitlab-org/gitlab-ce!19291
Diffstat (limited to 'app/assets')
-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 4a4da027c92..877da371ce7 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -36,6 +36,11 @@ html [type="button"],
cursor: pointer;
}
+b,
+strong {
+ font-weight: bold;
+}
+
a {
color: $gl-link-color;
}