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
f8f5724b
Commit
f8f5724b
authored
Apr 01, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
7fed1bff
9269ac1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
app/assets/stylesheets/framework/forms.scss
app/assets/stylesheets/framework/forms.scss
+1
-1
app/assets/stylesheets/framework/page_title.scss
app/assets/stylesheets/framework/page_title.scss
+0
-1
changelogs/unreleased/nfriend-css-updates-for-gitlab-design-system-compliance.yml
...riend-css-updates-for-gitlab-design-system-compliance.yml
+5
-0
No files found.
app/assets/stylesheets/framework/forms.scss
View file @
f8f5724b
...
...
@@ -128,7 +128,7 @@ label {
.form-control
{
@include
box-shadow
(
none
);
border-radius
:
2px
;
border-radius
:
$border-radius-default
;
padding
:
$gl-vert-padding
$gl-input-padding
;
&
.input-short
{
...
...
app/assets/stylesheets/framework/page_title.scss
View file @
f8f5724b
...
...
@@ -2,7 +2,6 @@
@extend
.d-flex
;
@extend
.align-items-center
;
padding-top
:
$gl-padding-top
;
border-bottom
:
1px
solid
$border-color
;
.page-title
{
...
...
changelogs/unreleased/nfriend-css-updates-for-gitlab-design-system-compliance.yml
0 → 100644
View file @
f8f5724b
---
title
:
Update `border-radius` of form controls and remove extra space above page titles
merge_request
:
24497
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