diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:06:11 +0100 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-12-02 14:06:11 +0100 |
commit | 1ef01e4f6a25743f2034da222407a41b63920df0 (patch) | |
tree | 8d82d18c0007421ede294f8385dcf667b9c56fe8 /app/assets | |
parent | 4f7380f94eb7d118b7be51c09e878dfcca84a942 (diff) | |
download | gitlab-ce-1ef01e4f6a25743f2034da222407a41b63920df0.tar.gz |
Fade in/out Back icon when sidebar is toggled
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index 017f4d2657a..458af76cb75 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -162,6 +162,10 @@ padding: 0px 8px; @include border-radius(6px); } + + &.back-link i { + transition-duration: .3s; + } } } } @@ -190,7 +194,7 @@ &.back-link { i { - visibility: hidden; + opacity: 0; } } } |