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
Léo-Paul Géneau
gitlab-ce
Commits
504e9e1a
Commit
504e9e1a
authored
Nov 14, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary line before reply holder
parent
5c5a5992
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
app/assets/stylesheets/pages/note_form.scss
app/assets/stylesheets/pages/note_form.scss
+8
-3
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-1
changelogs/unreleased/gt-remove-unnecessary-line-before-reply-holder.yml
...leased/gt-remove-unnecessary-line-before-reply-holder.yml
+5
-0
No files found.
app/assets/stylesheets/pages/note_form.scss
View file @
504e9e1a
...
...
@@ -236,17 +236,22 @@ table {
}
}
.discussion-body
,
.diff-file
{
.discussion-body
{
.discussion-reply-holder
{
background-color
:
$white-light
;
padding
:
10px
16px
;
border-radius
:
0
0
3px
3px
;
padding
:
0
$gl-padding
10px
;
&
.is-replying
{
padding-bottom
:
$gl-padding
;
}
}
.diff-file
{
.discussion-reply-holder
{
padding
:
10px
16px
;
}
}
}
.discussion-with-resolve-btn
{
...
...
app/assets/stylesheets/pages/notes.scss
View file @
504e9e1a
...
...
@@ -514,7 +514,6 @@ $note-form-margin-left: 72px;
.discussion-reply-holder
{
border-radius
:
0
0
$border-radius-default
$border-radius-default
;
border-top
:
1px
solid
$border-color
;
position
:
relative
;
}
}
...
...
changelogs/unreleased/gt-remove-unnecessary-line-before-reply-holder.yml
0 → 100644
View file @
504e9e1a
---
title
:
Remove unnecessary line before reply holder
merge_request
:
23092
author
:
George Tsiolis
type
:
changed
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