Commit 2ab289f6 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix navigation conflicts

parent aa5bfbc9
...@@ -29,12 +29,6 @@ ...@@ -29,12 +29,6 @@
@import "framework/media_object"; @import "framework/media_object";
@import "framework/mobile"; @import "framework/mobile";
@import "framework/modal"; @import "framework/modal";
<<<<<<< HEAD
@import "framework/media_object";
@import "framework/nav";
@import "framework/new-nav";
=======
>>>>>>> ce-com/master
@import "framework/pagination"; @import "framework/pagination";
@import "framework/panels"; @import "framework/panels";
@import "framework/secondary-navigation-elements"; @import "framework/secondary-navigation-elements";
......
...@@ -477,9 +477,6 @@ ...@@ -477,9 +477,6 @@
border-top: 1px solid $border-color; border-top: 1px solid $border-color;
} }
.page-with-layout-nav.page-with-sub-nav .issue-boards-sidebar,
=======
>>>>>>> ce-com/master
.page-with-new-sidebar.page-with-sidebar .issue-boards-sidebar { .page-with-new-sidebar.page-with-sidebar .issue-boards-sidebar {
.issuable-sidebar-header { .issuable-sidebar-header {
position: relative; position: relative;
......
...@@ -14,13 +14,10 @@ ...@@ -14,13 +14,10 @@
width: $issuable-warning-size; width: $issuable-warning-size;
height: $issuable-warning-size; height: $issuable-warning-size;
text-align: center; text-align: center;
<<<<<<< HEAD
=======
&:first-of-type { &:first-of-type {
margin-right: $issuable-warning-icon-margin; margin-right: $issuable-warning-icon-margin;
} }
>>>>>>> ce-com/master
} }
.sidebar-item-icon { .sidebar-item-icon {
......
<<<<<<< HEAD
= render "layouts/header/ee_license_banner" = render "layouts/header/ee_license_banner"
%header.navbar.navbar-gitlab.navbar-gitlab-new
=======
%header.navbar.navbar-gitlab %header.navbar.navbar-gitlab
>>>>>>> ce-com/master
%a.sr-only.gl-accessibility{ href: "#content-body", tabindex: "1" } Skip to content %a.sr-only.gl-accessibility{ href: "#content-body", tabindex: "1" } Skip to content
.container-fluid .container-fluid
.header-content .header-content
......
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