diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-06-01 15:19:57 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-06-01 15:19:57 +0000 |
commit | 046e0497ea5c4295c69e6632065a4a89cb403c5a (patch) | |
tree | 37640cc7856674eec89ba064993e3bb71dfe4a4a | |
parent | 6c06768d2866b23059db04543b6633cc3774eb6d (diff) | |
parent | 583890db7207758e64a39887fb6ed69d8bb5f3b9 (diff) | |
download | gitlab-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
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 5 |
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; } |