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-06-08 16:22:38 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-08 16:22:38 +0300
commit10d520de760e272be553bb4a2b1417aede2f4ca8 (patch)
treef06d859d2900d1d879b67cd7f840f6db9fbd837c
parentfd072e2221147f52edf74d4dcedb2ffa3799ab2f (diff)
parent95b84a06a8aa0c771fb97974fcf845367dfe2bb0 (diff)
Merge branch 'remove-transition' into 'master'
Remove unnecessary transition Closes #33431 See merge request !11985
-rw-r--r--app/assets/stylesheets/pages/issuable.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index a321941e0c9..75e0cd6eaa6 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -756,7 +756,6 @@
position: -webkit-sticky;
top: 60px;
z-index: 200;
- @include transition(all);
}
}
}