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
c37081bb
Commit
c37081bb
authored
Jun 16, 2020
by
Nicolò Maria Mezzopera
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'psi-dark-nav' into 'master'
Fix up dark mode nav colors See merge request gitlab-org/gitlab!34438
parents
68d2affb
dfdcb49a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
10 deletions
+44
-10
app/assets/stylesheets/framework/gitlab_theme.scss
app/assets/stylesheets/framework/gitlab_theme.scss
+42
-9
app/assets/stylesheets/framework/selects.scss
app/assets/stylesheets/framework/selects.scss
+1
-0
app/assets/stylesheets/themes/_dark.scss
app/assets/stylesheets/themes/_dark.scss
+1
-1
No files found.
app/assets/stylesheets/framework/gitlab_theme.scss
View file @
c37081bb
...
...
@@ -308,7 +308,6 @@ body {
);
}
&
.gl-dark
,
&
.ui-light
{
@include
gitlab-theme
(
$gray-700
,
...
...
@@ -391,13 +390,47 @@ body {
}
&
.gl-dark
{
@include
gitlab-theme
(
$gray-900
,
$gray-500
,
$gray-700
,
$gray-800
,
$gray-50
,
$gray-100
);
.logo-text
svg
{
fill
:
$gl-text-color
;
}
.navbar-gitlab
{
background-color
:
$gray-50
;
.navbar-sub-nav
,
.navbar-nav
{
li
{
>
a
:hover
,
>
a
:focus
,
>
button
:hover
,
>
button
:focus
{
color
:
$gl-text-color
;
background-color
:
$gray-200
;
}
}
li
.active
,
li
.dropdown.show
{
>
a
,
>
button
{
color
:
$gl-text-color
;
background-color
:
$gray-200
;
}
}
}
.search
{
form
{
background-color
:
$gray-100
;
box-shadow
:
inset
0
0
0
1px
$border-color
;
&
:active
,
&
:hover
{
background-color
:
$gray-100
;
box-shadow
:
inset
0
0
0
1px
$blue-200
;
}
}
}
}
}
}
app/assets/stylesheets/framework/selects.scss
View file @
c37081bb
...
...
@@ -12,6 +12,7 @@
.select2-container.select2-drop-above
{
.select2-choice
{
background
:
$white
;
color
:
$gl-text-color
;
border-color
:
$input-border
;
height
:
34px
;
padding
:
$gl-vert-padding
$gl-input-padding
;
...
...
app/assets/stylesheets/themes/_dark.scss
View file @
c37081bb
...
...
@@ -99,7 +99,7 @@ $border-white-normal: $gray-900;
$body-bg
:
$gray-50
;
$input-bg
:
$gray-100
;
$input-focus-bg
:
$gray-
5
0
;
$input-focus-bg
:
$gray-
10
0
;
$input-color
:
$gray-900
;
$input-group-addon-bg
:
$gray-900
;
...
...
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