Merge branch 'person-tags-better' into 'master'

Highlighting of person mentions now better visible on low contrast screens and…

See merge request gitlab-org/gitlab-ce!20509
This commit is contained in:
Annabel Gray 2018-07-17 14:25:43 +00:00
commit 258086c904
2 changed files with 3 additions and 7 deletions

View file

@ -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;

View file

@ -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 {