diff --git a/app/assets/stylesheets/hyrax/sidebar.scss b/app/assets/stylesheets/hyrax/sidebar.scss index 5962f9f85a..ed88fac9b4 100644 --- a/app/assets/stylesheets/hyrax/sidebar.scss +++ b/app/assets/stylesheets/hyrax/sidebar.scss @@ -137,9 +137,14 @@ $gutter-width: $grid-gutter-width/2; li { white-space: nowrap; - > a:hover, > a:focus { + > a:focus { + color: $admin-sidebar-link-color; + } + + > a:hover { text-decoration: none; background-color: $admin-sidebar-link-background-color; + color: $admin-sidebar-link-hover-color; } }