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
599272d0
Commit
599272d0
authored
Dec 13, 2018
by
George Tsiolis
Committed by
Phil Hughes
Dec 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update header navigation theme colors
parent
8ff205b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
app/assets/stylesheets/framework/gitlab_theme.scss
app/assets/stylesheets/framework/gitlab_theme.scss
+8
-2
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+1
-6
changelogs/unreleased/gt-update-navigation-theme-colors.yml
changelogs/unreleased/gt-update-navigation-theme-colors.yml
+5
-0
No files found.
app/assets/stylesheets/framework/gitlab_theme.scss
View file @
599272d0
...
@@ -22,6 +22,10 @@
...
@@ -22,6 +22,10 @@
.container-fluid
{
.container-fluid
{
.navbar-toggler
{
.navbar-toggler
{
border-left
:
1px
solid
lighten
(
$border-and-box-shadow
,
10%
);
border-left
:
1px
solid
lighten
(
$border-and-box-shadow
,
10%
);
svg
{
fill
:
$search-and-nav-links
;
}
}
}
}
}
...
@@ -309,12 +313,14 @@ body {
...
@@ -309,12 +313,14 @@ body {
.navbar-nav
{
.navbar-nav
{
>
li
{
>
li
{
>
a
:hover
,
>
a
:hover
,
>
a
:focus
{
>
a
:focus
,
>
button
:hover
{
color
:
$theme-gray-900
;
color
:
$theme-gray-900
;
}
}
&
.active
>
a
,
&
.active
>
a
,
&
.active
>
a
:hover
{
&
.active
>
a
:hover
,
&
.active
>
button
{
color
:
$white-light
;
color
:
$white-light
;
}
}
}
}
...
...
app/assets/stylesheets/framework/header.scss
View file @
599272d0
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
.close-icon
{
.close-icon
{
display
:
block
;
display
:
block
;
margin
:
auto
;
}
}
}
}
...
@@ -168,12 +169,6 @@
...
@@ -168,12 +169,6 @@
color
:
currentColor
;
color
:
currentColor
;
background-color
:
transparent
;
background-color
:
transparent
;
}
}
.more-icon
,
.close-icon
{
fill
:
$white-light
;
margin
:
auto
;
}
}
}
.navbar-nav
{
.navbar-nav
{
...
...
changelogs/unreleased/gt-update-navigation-theme-colors.yml
0 → 100644
View file @
599272d0
---
title
:
Update header navigation theme colors
merge_request
:
23734
author
:
George Tsiolis
type
:
fixed
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