Commit 04853a4a authored by Sam Bigelow's avatar Sam Bigelow

Return border bottom on MR Tabs

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