summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/bootstrap_migration.scss
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitrie@gitlab.com>2018-07-17 14:25:43 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-07-17 14:25:43 +0000
commit1be31d1f8a0e466f7a5113173712a6710fb955ab (patch)
tree7e08ae33e61adee0b3bc65610566bbfdcc95e28b /app/assets/stylesheets/bootstrap_migration.scss
parentf66d5c5f9f155d2e6467a186e81cee6677489d90 (diff)
downloadgitlab-ce-1be31d1f8a0e466f7a5113173712a6710fb955ab.tar.gz
Highlighting of person mentions now better visible on low contrast screens and…
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index ded33e8b151..96950fe64ed 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -110,7 +110,7 @@ code {
padding: 2px 4px;
color: $red-600;
background-color: $red-100;
- border-radius: 3px;
+ border-radius: $border-radius-default;
.code > & {
background-color: inherit;