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-12-15 23:46:16 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-18 21:48:00 +0300
commit36b3dbf29ab5af30658c7e50028d4040498c82bd (patch)
tree96e19a28af62c5646d3ccf22899ca87be05b6c47 /app/assets/stylesheets/pages
parent52fe6522bdf673fc8de27ea241441a7130f14a97 (diff)
Remove all dropdown animations and set display: none if they're not open
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 48a787aa737..4bc7aeb127d 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -499,10 +499,6 @@
.with-performance-bar .right-sidebar {
top: $header-height + $performance-bar-height;
-
- .issuable-sidebar {
- height: calc(100% - #{$header-height} - #{$performance-bar-height});
- }
}
.sidebar-move-issue-confirmation-button {