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
Boxiang Sun
gitlab-ce
Commits
2490f804
Commit
2490f804
authored
Dec 16, 2016
by
Dimitrie Hoekstra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Additional rounded label fixes
parent
ecd0c175
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/assets/stylesheets/pages/labels.scss
app/assets/stylesheets/pages/labels.scss
+3
-1
changelogs/unreleased/rounded-labels-fixes.yml
changelogs/unreleased/rounded-labels-fixes.yml
+4
-0
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
2490f804
...
...
@@ -436,7 +436,7 @@ $jq-ui-default-color: #777;
$label-gray-bg
:
#f8fafc
;
$label-inverse-bg
:
#333
;
$label-remove-border
:
rgba
(
0
,
0
,
0
,
.1
);
$label-border-radius
:
1
4
px
;
$label-border-radius
:
1
00
px
;
/*
* Lint
...
...
app/assets/stylesheets/pages/labels.scss
View file @
2490f804
...
...
@@ -98,7 +98,7 @@
}
.label
{
padding
:
9px
;
padding
:
8px
9px
9px
9px
;
font-size
:
14px
;
}
}
...
...
@@ -201,6 +201,8 @@
.label-remove
{
border-left
:
1px
solid
$label-remove-border
;
z-index
:
3
;
border-radius
:
$label-border-radius
;
padding
:
6px
10px
6px
9px
;
}
.btn
{
...
...
changelogs/unreleased/rounded-labels-fixes.yml
0 → 100644
View file @
2490f804
---
title
:
Additional rounded label fixes
merge_request
:
author
:
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