diff options
| -rw-r--r-- | app/assets/stylesheets/new_sidebar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss index b74e5ad3272..e9cfb920f00 100644 --- a/app/assets/stylesheets/new_sidebar.scss +++ b/app/assets/stylesheets/new_sidebar.scss @@ -183,7 +183,7 @@ $new-sidebar-width: 220px; &:hover, &:focus { - background-color: darken($hover-background, 10%); + background-color: rgba($black, .12); } } } |
