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
b9ba97f1
Commit
b9ba97f1
authored
Jun 16, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix scss-lint job
[ci skip]
parent
c5f25f65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
+13
-11
app/assets/stylesheets/new_nav.scss
app/assets/stylesheets/new_nav.scss
+13
-11
No files found.
app/assets/stylesheets/new_nav.scss
View file @
b9ba97f1
...
...
@@ -2,9 +2,11 @@
@import
'framework/tw_bootstrap_variables'
;
@import
"bootstrap/variables"
;
$new-navbar-bg
:
#2d2d2d
;
header
.navbar-gitlab-new
{
color
:
#f5f5f5
;
background-color
:
#2d2d2d
;
color
:
$gray-normal
;
background-color
:
$new-navbar-bg
;
.header-content
{
padding-left
:
0
;
...
...
@@ -26,7 +28,7 @@ header.navbar-gitlab-new {
.dropdown.open
{
>
a
{
border-bottom-color
:
#4180ec
;
border-bottom-color
:
$blue-400
;
}
}
...
...
@@ -37,7 +39,7 @@ header.navbar-gitlab-new {
}
.navbar-collapse
{
color
:
#d5d5d5
;
color
:
$gray-dark
;
}
.container-fluid
{
...
...
@@ -66,10 +68,10 @@ header.navbar-gitlab-new {
.nav
>
li
>
a
:hover
,
.nav
>
li
>
a
:focus
{
color
:
#f5f5f5
;
color
:
$gray-normal
;
>
svg
{
fill
:
#f5f5f5
;
fill
:
$gray-normal
;
}
}
}
...
...
@@ -78,11 +80,11 @@ header.navbar-gitlab-new {
.navbar-sub-nav
{
display
:
flex
;
margin-bottom
:
0
;
color
:
#d5d5d5
;
color
:
$gray-dark
;
>
li
{
&
.active
>
a
{
border-bottom-color
:
#4180ec
;
border-bottom-color
:
$blue-400
;
}
>
a
{
...
...
@@ -99,7 +101,7 @@ header.navbar-gitlab-new {
&
:hover
,
&
:focus
{
color
:
#f5f5f5
;
color
:
$gray-normal
;
text-decoration
:
none
;
}
}
...
...
@@ -113,11 +115,11 @@ header.navbar-gitlab-new {
.search
{
form
,
.search-input
{
background-color
:
#525252
;
background-color
:
$gl-gray-light
;
}
.
search-input
,
.
search-input
:
:
placeholder
{
color
:
#f5f5f5
;
color
:
$gray-normal
;
}
}
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