diff options
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index 1f5c15abaa6..9d188317783 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -203,11 +203,10 @@ line-height: 40px; transition-duration: .3s; outline: none; -} -.collapse-nav a:hover { - text-decoration: none; - background: #f2f6f7; + &:hover { + text-decoration: none; + } } .page-sidebar-collapsed { |