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
5a93b6f2
Commit
5a93b6f2
authored
Jun 23, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed `This project` badge background & text color
parent
c516ed4e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
app/assets/stylesheets/new_nav.scss
app/assets/stylesheets/new_nav.scss
+10
-2
No files found.
app/assets/stylesheets/new_nav.scss
View file @
5a93b6f2
...
...
@@ -211,8 +211,11 @@ header.navbar-gitlab-new {
}
.location-badge
{
color
:
$white-light
;
background-color
:
$purple-900
;
font-size
:
12px
;
color
:
rgba
(
$white-light
,
.6
);
background-color
:
$purple-800
;
transition
:
color
0
.15s
;
will-change
:
color
;
}
.search-input-wrap
{
...
...
@@ -222,6 +225,11 @@ header.navbar-gitlab-new {
}
&
.search-active
{
.location-badge
{
color
:
$white-light
;
background-color
:
$purple-800
;
}
.search-input-wrap
{
.search-icon
{
color
:
rgba
(
$white-light
,
.6
);
...
...
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