Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-06-01 18:19:57 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-06-01 18:19:57 +0300
commit046e0497ea5c4295c69e6632065a4a89cb403c5a (patch)
tree37640cc7856674eec89ba064993e3bb71dfe4a4a
parent6c06768d2866b23059db04543b6633cc3774eb6d (diff)
parent583890db7207758e64a39887fb6ed69d8bb5f3b9 (diff)
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
-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;
}