Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
77c22e95
Commit
77c22e95
authored
8 years ago
by
Clement Ho
Browse files
Options
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)
...
...
This diff is collapsed.
Click to expand it.
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
;
...
...
This diff is collapsed.
Click to expand it.
app/assets/stylesheets/pages/admin.scss
View file @
77c22e95
...
...
@@ -96,6 +96,10 @@
line-height
:
inherit
;
}
}
.label-default
{
color
:
$btn-transparent-color
;
}
}
.abuse-reports
{
...
...
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