summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/gfm.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/gfm.scss')
-rw-r--r--app/assets/stylesheets/framework/gfm.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/gfm.scss b/app/assets/stylesheets/framework/gfm.scss
index 1cf12b1a015..d2ba76f5160 100644
--- a/app/assets/stylesheets/framework/gfm.scss
+++ b/app/assets/stylesheets/framework/gfm.scss
@@ -9,12 +9,8 @@
.gfm-project_member {
padding: 0 2px;
- border-radius: #{$border-radius-default / 2};
- background-color: $user-mention-bg;
-
- &:hover {
- background-color: $user-mention-bg-hover;
- }
+ background-color: $blue-100;
+ border-radius: $border-radius-default;
}
.gfm-color_chip {