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

gfm.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34a35734accafef248496e70aaf1ad363e772e5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * Styles that apply to all GFM related forms.
 */

.gfm-commit,
.gfm-commit_range {
  @extend .commit-sha;
}

.gfm-project_member {
  padding: 0 2px;
  border-radius: #{$border-radius-default / 2};
  background-color: $user-mention-bg;

  &:hover {
    background-color: $user-mention-bg-hover;
    text-decoration: none;
  }
}