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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-21 01:57:24 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-21 01:57:24 +0300
commit70d9401acd546246feef1296f79415c581a31fda (patch)
tree1331ef860f94b8e759344799d70f9a7b6fed8c05 /app/assets/stylesheets/framework.scss
parenta4416c394150724b4162083a2101d36b22410228 (diff)
Replace all instances of new-sidebar with contextual-sidebar
Diffstat (limited to 'app/assets/stylesheets/framework.scss')
-rw-r--r--app/assets/stylesheets/framework.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework.scss b/app/assets/stylesheets/framework.scss
index aa61ddc6a2c..1aab985d9e3 100644
--- a/app/assets/stylesheets/framework.scss
+++ b/app/assets/stylesheets/framework.scss
@@ -36,7 +36,7 @@
@import "framework/secondary-navigation-elements";
@import "framework/selects";
@import "framework/sidebar";
-@import "framework/new-sidebar";
+@import "framework/contextual-sidebar";
@import "framework/tables";
@import "framework/notes";
@import "framework/tabs";