summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2017-12-01 10:56:40 +0000
committerLuke Bennett <lukeeeebennettplus@gmail.com>2017-12-01 10:56:40 +0000
commit652323972cfbc99a48652067c47350560bf889ad (patch)
tree14e68cc7c32d8f2b66e0d770d45868bdccd9efae
parente82b4ab9ca658f81d4866b4fdbb8e9ea580b4309 (diff)
downloadgitlab-ce-backport-boards-selector-fade-mask.tar.gz
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
-rw-r--r--app/assets/stylesheets/framework/variables.scss1
2 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 85a9ac4c530..96d20b8d6bb 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -1044,9 +1044,7 @@ header.header-content .dropdown-menu.projects-dropdown-menu {
width: 100%;
position: absolute;
bottom: 0;
- left: 0;
background: linear-gradient(to top, $white-light 0, rgba($white-light, 0));
- opacity: 1;
transition: opacity $fade-mask-transition-duration $fade-mask-transition-curve;
content: '';
pointer-events: none;
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 6ed3896f0d6..6525b39d55c 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -8,7 +8,6 @@ $gutter_inner_width: 250px;
$sidebar-transition-duration: .15s;
$sidebar-breakpoint: 1024px;
$default-transition-duration: .15s;
-$default-transition-curve: linear;
$right-sidebar-transition-duration: .3s;
$contextual-sidebar-width: 220px;
$contextual-sidebar-collapsed-width: 50px;