BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
labels.scss
app/assets/stylesheets/pages/labels.scss
+3
-1
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;
...
@@ -436,7 +436,7 @@ $jq-ui-default-color: #777;
$label-gray-bg
:
#f8fafc
;
$label-gray-bg
:
#f8fafc
;
$label-inverse-bg
:
#333
;
$label-inverse-bg
:
#333
;
$label-remove-border
:
rgba
(
0
,
0
,
0
,
.1
);
$label-remove-border
:
rgba
(
0
,
0
,
0
,
.1
);
$label-border-radius
:
1
4
px
;
$label-border-radius
:
1
00
px
;
/*
/*
* Lint
* Lint
...
...
app/assets/stylesheets/pages/labels.scss
View file @
2490f804
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
}
}
.label
{
.label
{
padding
:
9px
;
padding
:
8px
9px
9px
9px
;
font-size
:
14px
;
font-size
:
14px
;
}
}
}
}
...
@@ -201,6 +201,8 @@
...
@@ -201,6 +201,8 @@
.label-remove
{
.label-remove
{
border-left
:
1px
solid
$label-remove-border
;
border-left
:
1px
solid
$label-remove-border
;
z-index
:
3
;
z-index
:
3
;
border-radius
:
$label-border-radius
;
padding
:
6px
10px
6px
9px
;
}
}
.btn
{
.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