Skip to content
Snippets Groups Projects
Commit 04853a4a authored by Sam Bigelow's avatar Sam Bigelow
Browse files

Return border bottom on MR Tabs

parent ac606a67
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
@@ -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;
Loading
Loading
@@ -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;
Loading
Loading
---
title: Return bottom border on MR Tabs
merge_request: !25198
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment