From 3c4d386cafcdaa6b274f61db8f70b1fa59f6e004 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 27 May 2016 14:39:31 -0400 Subject: [PATCH] UX: Fade the bottom buttons out --- app/assets/stylesheets/desktop/topic-timeline.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-timeline.scss b/app/assets/stylesheets/desktop/topic-timeline.scss index f49ce696d14..98e72bf9a27 100644 --- a/app/assets/stylesheets/desktop/topic-timeline.scss +++ b/app/assets/stylesheets/desktop/topic-timeline.scss @@ -16,8 +16,7 @@ &.timeline-docked-bottom { .timeline-footer-controls { - background-color: yellow; - visibility: hidden; + opacity: 0; } } @@ -32,6 +31,7 @@ .timeline-footer-controls { margin-top: 1em; line-height: 2.5em; + transition: opacity 0.2s ease-in; button { margin-right: 0.5em;