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
04853a4a
Commit
04853a4a
authored
Feb 13, 2019
by
Sam Bigelow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Return border bottom on MR Tabs
parent
ac606a67
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
app/assets/stylesheets/pages/merge_requests.scss
app/assets/stylesheets/pages/merge_requests.scss
+3
-5
changelogs/unreleased/57160-merge-request-tabs-header-is-missing-bottom-border.yml
...60-merge-request-tabs-header-is-missing-bottom-border.yml
+5
-0
No files found.
app/assets/stylesheets/pages/merge_requests.scss
View file @
04853a4a
...
...
@@ -738,6 +738,8 @@
z-index
:
103
;
background
:
$gray-light
;
color
:
$gl-text-color
;
margin-top
:
-1px
;
border-top
:
1px
solid
$border-color
;
.mr-version-menus-container
{
display
:
flex
;
...
...
@@ -789,7 +791,6 @@
position
:
sticky
;
top
:
$header-height
+
$mr-tabs-height
;
width
:
100%
;
border-top
:
1px
solid
$border-color
;
&
.is-fileTreeOpen
{
margin-left
:
-16px
;
...
...
@@ -810,10 +811,7 @@
top
:
$header-height
;
z-index
:
200
;
background-color
:
$white-light
;
@include
media-breakpoint-down
(
md
)
{
border-bottom
:
1px
solid
$border-color
;
}
border-bottom
:
1px
solid
$border-color
;
@include
media-breakpoint-up
(
sm
)
{
position
:
sticky
;
...
...
changelogs/unreleased/57160-merge-request-tabs-header-is-missing-bottom-border.yml
0 → 100644
View file @
04853a4a
---
title
:
Return bottom border on MR Tabs
merge_request
:
!25198
author
:
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