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
bfddf9b6
Commit
bfddf9b6
authored
May 20, 2019
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix border radius of discussions
parent
0463167c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
app/assets/stylesheets/framework/timeline.scss
app/assets/stylesheets/framework/timeline.scss
+1
-0
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-0
changelogs/unreleased/58538-discussion-top-radius.yml
changelogs/unreleased/58538-discussion-top-radius.yml
+5
-0
No files found.
app/assets/stylesheets/framework/timeline.scss
View file @
bfddf9b6
...
...
@@ -55,4 +55,5 @@
.discussion
.timeline-entry
{
margin
:
0
;
border-right
:
0
;
border-radius
:
$border-radius-default
$border-radius-default
0
0
;
}
app/assets/stylesheets/pages/notes.scss
View file @
bfddf9b6
...
...
@@ -107,6 +107,7 @@ $note-form-margin-left: 72px;
&
.collapsed
{
color
:
$gl-text-color-secondary
;
border-radius
:
0
0
$border-radius-default
$border-radius-default
;
svg
{
float
:
left
;
...
...
changelogs/unreleased/58538-discussion-top-radius.yml
0 → 100644
View file @
bfddf9b6
---
title
:
Fix border radius of discussions
merge_request
:
28490
author
:
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