diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-10-03 12:38:21 +0300 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-10-03 12:38:21 +0300 |
commit | 729cb3b319227dca2cdf5bd211519615a92e328f (patch) | |
tree | 1c955300c12a95e2e4623b288911b633cdff842e /app/assets/stylesheets | |
parent | 7134599860651cc0f502581c97853a26f2fb4471 (diff) | |
download | gitlab-ce-729cb3b319227dca2cdf5bd211519615a92e328f.tar.gz |
Fixes sidebar navigation.fix-sidebar
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index 3b7de4b57bb..557ef7291cf 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -142,6 +142,7 @@ transition-duration: .3s; position: absolute; top: 0; + cursor: pointer; &:hover, &:focus { |