diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-12 10:43:43 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-12 10:43:43 -0500 |
commit | 9ec232014fe8c92a87607705a484068f0324a3fa (patch) | |
tree | ffd8daa46f2d514c41d756d3cca0b34efa1c8212 | |
parent | 97606e7395be10de77a11ed2f0b03ebb14d1d9f6 (diff) | |
download | gitlab-ce-19659-sidebar-improvements.tar.gz |
Change sidebar drop shadow to rgba19659-sidebar-improvements
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 2 | ||||
-rw-r--r-- | app/assets/stylesheets/framework/variables.scss | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index 99833ef842a..cec52678495 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -17,7 +17,7 @@ height: 100%; overflow: hidden; transition: width $sidebar-transition-duration; - @include box-shadow(2px 0 16px 0 $box-shadow-gray); + @include box-shadow(2px 0 16px 0 $black-transparent); } } diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index 230ed28438a..4337fab5d87 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -86,7 +86,6 @@ $todo-alert-blue: #428bca; $btn-side-margin: 10px; $btn-sm-side-margin: 7px; $btn-xs-side-margin: 5px; -$box-shadow-gray: #bbb; /* * Color schema |