Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
7ecdfe31
Commit
7ecdfe31
authored
Oct 04, 2017
by
Dimitrie Hoekstra
Committed by
Annabel Dunstone Gray
Oct 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makes `@mentions links` have a different styling for better separation
parent
3e2f3c37
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
6 deletions
+18
-6
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+0
-5
app/assets/stylesheets/framework/gfm.scss
app/assets/stylesheets/framework/gfm.scss
+11
-0
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-1
changelogs/unreleased/mentions-in-comments.yml
changelogs/unreleased/mentions-in-comments.yml
+5
-0
No files found.
app/assets/stylesheets/framework/common.scss
View file @
7ecdfe31
...
...
@@ -130,11 +130,6 @@ span.update-author {
}
}
.user-mention
{
color
:
$user-mention-color
;
font-weight
:
$gl-font-weight-bold
;
}
.field_with_errors
{
display
:
inline
;
}
...
...
app/assets/stylesheets/framework/gfm.scss
View file @
7ecdfe31
...
...
@@ -6,3 +6,14 @@
.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
;
}
}
app/assets/stylesheets/framework/variables.scss
View file @
7ecdfe31
...
...
@@ -262,7 +262,8 @@ $well-pre-bg: #eee;
$well-pre-color
:
#555
;
$loading-color
:
#555
;
$update-author-color
:
#999
;
$user-mention-color
:
#2fa0bb
;
$user-mention-bg
:
rgba
(
$blue-500
,
0
.044
);
$user-mention-bg-hover
:
rgba
(
$blue-500
,
0
.15
);
$time-color
:
#999
;
$project-member-show-color
:
#aaa
;
$gl-promo-color
:
#aaa
;
...
...
changelogs/unreleased/mentions-in-comments.yml
0 → 100644
View file @
7ecdfe31
---
title
:
Makes @mentions links have a different styling for better separation
merge_request
:
author
:
type
:
added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment