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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
c2440a9b
Commit
c2440a9b
authored
Feb 20, 2018
by
Ken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
35418 - remove avatar underline
35418 - update changelog
parent
9f06e313
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
app/assets/stylesheets/pages/milestone.scss
app/assets/stylesheets/pages/milestone.scss
+4
-0
app/views/shared/milestones/_issuable.html.haml
app/views/shared/milestones/_issuable.html.haml
+1
-1
changelogs/unreleased/35418-remove-underline-for-avatar.yml
changelogs/unreleased/35418-remove-underline-for-avatar.yml
+5
-0
No files found.
app/assets/stylesheets/pages/milestone.scss
View file @
c2440a9b
...
...
@@ -115,6 +115,10 @@
display
:
block
;
margin-top
:
7px
;
.issue-link
{
display
:
inline-block
;
}
.issuable-number
{
color
:
$gl-text-color-secondary
;
margin-right
:
5px
;
...
...
app/views/shared/milestones/_issuable.html.haml
View file @
c2440a9b
...
...
@@ -17,7 +17,7 @@
=
confidential_icon
(
issuable
)
=
link_to
issuable
.
title
,
issuable_url_args
,
title:
issuable
.
title
.issuable-detail
=
link_to
[
namespace
,
project
,
issuable
]
do
=
link_to
[
namespace
,
project
,
issuable
]
,
class:
'issue-link'
do
%span
.issuable-number
=
issuable
.
to_reference
-
labels
.
each
do
|
label
|
...
...
changelogs/unreleased/35418-remove-underline-for-avatar.yml
0 → 100644
View file @
c2440a9b
---
title
:
remove avater underline
merge_request
:
17219
author
:
Ken Ding
type
:
fixed
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