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
955100a2
Commit
955100a2
authored
Jan 07, 2021
by
Kev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix color of hamburger in dark mode
parent
1d566265
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
app/assets/stylesheets/framework/contextual_sidebar.scss
app/assets/stylesheets/framework/contextual_sidebar.scss
+1
-5
app/views/layouts/nav/_breadcrumbs.html.haml
app/views/layouts/nav/_breadcrumbs.html.haml
+1
-1
changelogs/unreleased/fix-color-of-hamburger-in-darkmode.yml
changelogs/unreleased/fix-color-of-hamburger-in-darkmode.yml
+5
-0
No files found.
app/assets/stylesheets/framework/contextual_sidebar.scss
View file @
955100a2
...
...
@@ -436,11 +436,7 @@
padding
:
6px
16px
;
margin
:
0
0
0
-15px
;
height
:
46px
;
i
{
font-size
:
20px
;
color
:
$gl-text-color-secondary
;
}
color
:
$gl-text-color
;
@include
media-breakpoint-down
(
sm
)
{
display
:
flex
;
...
...
app/views/layouts/nav/_breadcrumbs.html.haml
View file @
955100a2
...
...
@@ -8,7 +8,7 @@
-
if
defined?
(
@left_sidebar
)
=
button_tag
class:
'toggle-mobile-nav'
,
type:
'button'
do
%span
.sr-only
=
_
(
"Open sidebar"
)
=
sprite_icon
(
'hamburger'
)
=
sprite_icon
(
'hamburger'
,
size:
18
)
.breadcrumbs-links.js-title-container
{
data:
{
qa_selector:
'breadcrumb_links_content'
}
}
%ul
.list-unstyled.breadcrumbs-list.js-breadcrumbs-list
-
unless
hide_top_links
...
...
changelogs/unreleased/fix-color-of-hamburger-in-darkmode.yml
0 → 100644
View file @
955100a2
---
title
:
Fix color of hamburger in dark mode
merge_request
:
51168
author
:
Kev @KevSlashNull
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