Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/contextual_sidebar.scss')
-rw-r--r--app/assets/stylesheets/framework/contextual_sidebar.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/contextual_sidebar.scss b/app/assets/stylesheets/framework/contextual_sidebar.scss
index e06c71dccf0..036cec15935 100644
--- a/app/assets/stylesheets/framework/contextual_sidebar.scss
+++ b/app/assets/stylesheets/framework/contextual_sidebar.scss
@@ -27,7 +27,8 @@
}
.toggle-sidebar-button {
- width: $contextual-sidebar-collapsed-width;
+ width: #{$contextual-sidebar-collapsed-width - 1px};
+ padding: 0 21px;
.collapse-text {
display: none;
@@ -81,7 +82,7 @@
@include gl-px-0;
@include gl-pb-2;
@include gl-pt-0;
- background-color: $gray-10;
+ @include gl-bg-gray-10;
box-shadow: 0 $gl-spacing-scale-2 $gl-spacing-scale-5 $t-gray-a-24, 0 0 $gl-spacing-scale-1 $t-gray-a-24;
border-style: none;
border-radius: $border-radius-default;
@@ -128,7 +129,7 @@
@include gl-p-2;
@include gl-mb-2;
- @include gl-mt-0;
+ @include gl-mt-1;
.avatar-container {
@include gl-font-weight-normal;
@@ -246,7 +247,8 @@
z-index: 600;
width: $contextual-sidebar-width;
top: $header-height;
- background-color: $gray-50;
+ background-color: $contextual-sidebar-bg-color;
+ border-right: 1px solid $contextual-sidebar-border-color;
transform: translate3d(0, 0, 0);
&.sidebar-collapsed-desktop {
@@ -352,7 +354,6 @@
}
.sidebar-top-level-items {
- @include gl-mt-2;
margin-bottom: 60px;
.context-header a {
@@ -410,11 +411,10 @@
.toggle-sidebar-button,
.close-nav-button {
@include side-panel-toggle;
- background-color: $gray-50;
- border-top: 1px solid $border-color;
+ background-color: $contextual-sidebar-bg-color;
position: fixed;
bottom: 0;
- width: $contextual-sidebar-width;
+ width: #{$contextual-sidebar-width - 1px};
.collapse-text,
.icon-chevron-double-lg-left,