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
6f8bad45
Commit
6f8bad45
authored
Mar 15, 2021
by
Marcel van Remmerden
Committed by
David O'Regan
Mar 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove bottom border from header
parent
30b23ace
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
app/assets/stylesheets/framework/header.scss
app/assets/stylesheets/framework/header.scss
+0
-1
app/assets/stylesheets/startup/startup-dark.scss
app/assets/stylesheets/startup/startup-dark.scss
+1
-0
app/assets/stylesheets/themes/theme_light.scss
app/assets/stylesheets/themes/theme_light.scss
+1
-0
changelogs/unreleased/mvanremmerden-master-patch-50309.yml
changelogs/unreleased/mvanremmerden-master-patch-50309.yml
+5
-0
No files found.
app/assets/stylesheets/framework/header.scss
View file @
6f8bad45
...
...
@@ -4,7 +4,6 @@
margin-bottom
:
0
;
min-height
:
$header-height
;
border
:
0
;
border-bottom
:
1px
solid
$border-color
;
position
:
fixed
;
top
:
0
;
left
:
0
;
...
...
app/assets/stylesheets/startup/startup-dark.scss
View file @
6f8bad45
...
...
@@ -1031,6 +1031,7 @@ body.gl-dark .logo-text svg {
}
body
.gl-dark
.navbar-gitlab
{
background-color
:
#2e2e2e
;
box-shadow
:
0
1px
0
0
var
(
--
gray-100
);
}
body
.gl-dark
.navbar-gitlab
.navbar-sub-nav
li
.active
>
a
,
body
.gl-dark
.navbar-gitlab
.navbar-sub-nav
li
.active
>
button
,
...
...
app/assets/stylesheets/themes/theme_light.scss
View file @
6f8bad45
...
...
@@ -89,6 +89,7 @@ body {
.navbar-gitlab
{
background-color
:
var
(
--
gray-50
);
box-shadow
:
0
1px
0
0
var
(
--
gray-100
);
.navbar-sub-nav
,
.navbar-nav
{
...
...
changelogs/unreleased/mvanremmerden-master-patch-50309.yml
0 → 100644
View file @
6f8bad45
---
title
:
Remove bottom border from header
merge_request
:
56315
author
:
type
:
other
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