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
77c22e95
Commit
77c22e95
authored
Aug 09, 2016
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add font color contrast to external label in admin area
parent
a03da79f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
CHANGELOG
CHANGELOG
+1
-0
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+1
-5
app/assets/stylesheets/pages/admin.scss
app/assets/stylesheets/pages/admin.scss
+4
-0
No files found.
CHANGELOG
View file @
77c22e95
...
...
@@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date.
v 8.12.0 (unreleased)
- Add two-factor recovery endpoint to internal API !5510
- Add font color contrast to external label in admin area (ClemMakesApps)
- Change merge_error column from string to text type
- Add `web_url` field to issue, merge request, and snippet API objects (Ben Boeckel)
- Optimistic locking for Issues and Merge Requests (title and description overriding prevention)
...
...
app/assets/stylesheets/framework/nav.scss
View file @
77c22e95
...
...
@@ -71,7 +71,7 @@
.badge
{
font-weight
:
normal
;
background-color
:
#eee
;
color
:
#78a
;
color
:
$btn-transparent-color
;
vertical-align
:
baseline
;
}
}
...
...
@@ -335,10 +335,6 @@
}
}
.badge
{
color
:
$gl-icon-color
;
}
&
:hover
{
a
,
i
{
color
:
$black
;
...
...
app/assets/stylesheets/pages/admin.scss
View file @
77c22e95
...
...
@@ -96,6 +96,10 @@
line-height
:
inherit
;
}
}
.label-default
{
color
:
$btn-transparent-color
;
}
}
.abuse-reports
{
...
...
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