summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/boards.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-01-06 10:52:00 +0000
committerPhil Hughes <me@iamphill.com>2017-01-06 10:52:00 +0000
commit36fa45e7f6c6b70560e59ad62e330fa6f16ed05b (patch)
tree0c0153d09bb304bea0f43c8feabe7e34ba50b125 /app/assets/stylesheets/pages/boards.scss
parentb16fbd69f52519d7962503b6d45987f63f60a02f (diff)
downloadgitlab-ce-36fa45e7f6c6b70560e59ad62e330fa6f16ed05b.tar.gz
Added note about width of sidebarissue-boards-animate
Changed CSS transition property for only values that change
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 67ffbae2ab9..83673932bfa 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -343,7 +343,8 @@
.right-sidebar.right-sidebar-expanded {
&.boards-sidebar-slide-enter-active,
&.boards-sidebar-slide-leave-active {
- transition: all .2s;
+ transition: width .2s,
+ padding .2s;
}
&.boards-sidebar-slide-enter,