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
Jérome Perrin
gitlab-ce
Commits
b00acd00
Commit
b00acd00
authored
7 years ago
by
Dimitrie Hoekstra
Committed by
Annabel Dunstone Gray
7 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ui improvements for count badges and permission badges
parent
4ad85b22
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+3
-3
changelogs/unreleased/UI-improvements-for-count-badges-and-permission-badges.yml
...I-improvements-for-count-badges-and-permission-badges.yml
+5
-0
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
b00acd00
...
...
@@ -293,7 +293,7 @@ $btn-white-active: #848484;
/*
* Badges
*/
$badge-bg
:
#eee
;
$badge-bg
:
rgba
(
0
,
0
,
0
,
0
.07
)
;
$badge-color
:
$gl-text-color-secondary
;
/*
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/pages/notes.scss
View file @
b00acd00
...
...
@@ -550,13 +550,13 @@ ul.notes {
position
:
relative
;
top
:
-2px
;
display
:
inline-block
;
padding-left
:
4
px
;
padding-right
:
4
px
;
padding-left
:
7
px
;
padding-right
:
7
px
;
color
:
$notes-role-color
;
font-size
:
12px
;
line-height
:
20px
;
border
:
1px
solid
$border-color
;
border-radius
:
$
border-radius-base
;
border-radius
:
$
label-border-radius
;
}
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/UI-improvements-for-count-badges-and-permission-badges.yml
0 → 100644
View file @
b00acd00
---
title
:
Count badges depend on translucent color to better adjust to different background
colors and permission badges now feature a pill shaped design similar to labels
merge_request
:
author
:
This diff is collapsed.
Click to expand it.
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